Fix zed keymap error
This commit is contained in:
parent
669a3e1ce9
commit
6a61b5680c
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,3 +21,4 @@ __pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
*.mdb
|
*.mdb
|
||||||
|
zed/zed.xdg.symlink/prompts/index.json
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"shift-cmd-n": "project_panel::NewDirectory",
|
"shift-cmd-n": "project_panel::NewDirectory",
|
||||||
"cmd-n": "project_panel::NewFile",
|
"cmd-n": "project_panel::NewFile",
|
||||||
"enter": "project_panel::Rename"
|
"enter": "project_panel::Rename",
|
||||||
"cmd-o": "project_panel::OpenPermanent"
|
"cmd-o": "project_panel::OpenPermanent"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue