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",
|
"context": "vim_mode == normal",
|
||||||
|
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"H": "pane::ActivatePrevItem",
|
"H": "pane::ActivatePreviousItem",
|
||||||
"I": "pane::ActivateNextItem"
|
"I": "pane::ActivateNextItem"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"e": "vim::Up",
|
"e": "vim::Up",
|
||||||
"i": "vim::Right",
|
"i": "vim::Right",
|
||||||
"k": "search::SelectNextMatch",
|
"k": "search::SelectNextMatch",
|
||||||
"K": "search::SelectPrevMatch",
|
"K": "search::SelectPreviousMatch",
|
||||||
"N": ["workspace::SendKeystrokes", "n n n n n"],
|
"N": ["workspace::SendKeystrokes", "n n n n n"],
|
||||||
"E": ["workspace::SendKeystrokes", "e e e e e"]
|
"E": ["workspace::SendKeystrokes", "e e e e e"]
|
||||||
}
|
}
|
||||||
|
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"n": "menu::SelectNext",
|
"n": "menu::SelectNext",
|
||||||
"e": "menu::SelectPrev",
|
"e": "menu::SelectPrevious",
|
||||||
"i": "project_panel::ExpandSelectedEntry",
|
"i": "project_panel::ExpandSelectedEntry",
|
||||||
"A": "project_panel::NewDirectory",
|
"A": "project_panel::NewDirectory",
|
||||||
"a": "project_panel::NewFile",
|
"a": "project_panel::NewFile",
|
||||||
|
|
|
||||||
|
|
@ -47,20 +47,38 @@
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"N": "vim::JoinLines",
|
"N": "vim::JoinLines",
|
||||||
"l": "vim::InsertBefore",
|
"l": "vim::InsertBefore",
|
||||||
"L": "vim::InsertFirstNonWhitespace",
|
"L": "vim::InsertFirstNonWhitespace"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"context": "vim_mode == visual || vim_mode == operator",
|
||||||
|
|
||||||
|
"bindings": {
|
||||||
|
"H": "vim::StartOfLine",
|
||||||
|
"I": "vim::EndOfLine"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"context": "vim_mode == normal",
|
||||||
|
|
||||||
|
"bindings": {
|
||||||
"H": "pane::ActivatePrevItem",
|
"H": "pane::ActivatePrevItem",
|
||||||
"I": "pane::ActivateNextItem"
|
"I": "pane::ActivateNextItem"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"context": "vim_mode == normal || not_editing || EmptyPane",
|
"context": "GitPanel || ProjectPanel || CollabPanel || OutlinePanel || ChatPanel || VimControl || EmptyPane || SharedScreen || MarkdownPreview || KeyContextView",
|
||||||
|
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"space space": "file_finder::Toggle",
|
"space space": "file_finder::Toggle",
|
||||||
"space ;": "command_palette::Toggle",
|
"space ;": "command_palette::Toggle",
|
||||||
"space f c": "zed::OpenSettings",
|
"space f c": "zed::OpenSettings",
|
||||||
"space f e c": "zed::OpenSettings",
|
"space f e c": "zed::OpenSettings",
|
||||||
"space f t": "project_panel::ToggleFocus"
|
"space f t": "project_panel::ToggleFocus",
|
||||||
|
"ctrl-w h": "workspace::ActivatePaneLeft",
|
||||||
|
"ctrl-w i": "workspace::ActivatePaneRight",
|
||||||
|
"ctrl-w e": "workspace::ActivatePaneUp",
|
||||||
|
"ctrl-w n": "workspace::ActivatePaneDown"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,6 @@
|
||||||
"dark": "Catppuccin Mocha"
|
"dark": "Catppuccin Mocha"
|
||||||
},
|
},
|
||||||
"relative_line_numbers": true,
|
"relative_line_numbers": true,
|
||||||
"buffer_font_family": "JetBrainsMono Nerd Font",
|
"buffer_font_family": "Maple Mono NF CN",
|
||||||
"remove_trailing_whitespace_on_save": true
|
"remove_trailing_whitespace_on_save": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue