minor fix

This commit is contained in:
js0ny 2025-03-13 10:31:31 +00:00
parent 180de92998
commit c6ad959982
11 changed files with 282 additions and 45 deletions

8
tools/zed/keymap.json Executable file → Normal file
View file

@ -53,14 +53,18 @@
}
},
{
"context": "vim_mode == normal || not_editing || EmptyPane",
"context": "GitPanel || ProjectPanel || CollabPanel || OutlinePanel || ChatPanel || VimControl || EmptyPane || SharedScreen || MarkdownPreview || KeyContextView",
"bindings": {
"space space": "file_finder::Toggle",
"space ;": "command_palette::Toggle",
"space f 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"
}
},
{