diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-04-15 18:34:41 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-04-15 18:34:41 +0300 |
| commit | 03951fecab601a966c946dd850971c68e07046e3 (patch) | |
| tree | a6dab72c2b73c2b51ab87da461c887aa2741cb4e /zed/keymap.json | |
| parent | 0443194dec65696852d18ee004c933ee35fa5c92 (diff) | |
Updates
Diffstat (limited to 'zed/keymap.json')
| -rw-r--r-- | zed/keymap.json | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/zed/keymap.json b/zed/keymap.json index 801a55d..ec685eb 100644 --- a/zed/keymap.json +++ b/zed/keymap.json @@ -10,27 +10,25 @@ "context": "Workspace", "bindings": { "\\ f f": "file_finder::Toggle", - "\\ f g": "workspace::NewSearch", - "\\ f b": "tab_switcher::Toggle", - "\\ f e": "project_panel::ToggleFocus", + "\\ g": "workspace::NewSearch", + "\\ b": "tab_switcher::Toggle", + "\\ e": "project_panel::ToggleFocus", + "\\ a": "agent::ToggleFocus", }, }, { "context": "Editor && vim_mode == normal", "bindings": { - "\\ d": "editor::Delete", - "g d": "editor::GoToDefinition", "g D": "editor::GoToDeclaration", "g r": "editor::FindAllReferences", "g i": "editor::GoToImplementation", - "k": "editor::Hover", + "K": "editor::Hover", "ctrl-k": "editor::ShowSignatureHelp", "\\ c a": "editor::ToggleCodeActions", "\\ r n": "editor::Rename", - "\\ f m": "editor::Format", "\\ w": "workspace::Save", |