mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chore(zed): Auto update to new setting items
This commit is contained in:
parent
866174e7e2
commit
e0ca95b7a4
3 changed files with 25 additions and 7 deletions
|
|
@ -62,7 +62,7 @@
|
|||
"context": "vim_mode == normal",
|
||||
|
||||
"bindings": {
|
||||
"H": "pane::ActivatePrevItem",
|
||||
"H": "pane::ActivatePreviousItem",
|
||||
"I": "pane::ActivateNextItem"
|
||||
}
|
||||
},
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
"e": "vim::Up",
|
||||
"i": "vim::Right",
|
||||
"k": "search::SelectNextMatch",
|
||||
"K": "search::SelectPrevMatch",
|
||||
"K": "search::SelectPreviousMatch",
|
||||
"N": ["workspace::SendKeystrokes", "n n n n n"],
|
||||
"E": ["workspace::SendKeystrokes", "e e e e e"]
|
||||
}
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
"bindings": {
|
||||
"n": "menu::SelectNext",
|
||||
"e": "menu::SelectPrev",
|
||||
"e": "menu::SelectPrevious",
|
||||
"i": "project_panel::ExpandSelectedEntry",
|
||||
"A": "project_panel::NewDirectory",
|
||||
"a": "project_panel::NewFile",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue