Fix zed keymap error

This commit is contained in:
Max Bucknell 2024-08-08 15:40:26 +10:00
parent 669a3e1ce9
commit 6a61b5680c
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -21,3 +21,4 @@ __pycache__
*.pyc
*.mdb
zed/zed.xdg.symlink/prompts/index.json

View file

@ -9,7 +9,7 @@
"bindings": {
"shift-cmd-n": "project_panel::NewDirectory",
"cmd-n": "project_panel::NewFile",
"enter": "project_panel::Rename"
"enter": "project_panel::Rename",
"cmd-o": "project_panel::OpenPermanent"
}
},