vim: Stop space-leader bindings from triggering 1s delay in Panels

This commit is contained in:
Kunall Banerjee 2026-05-15 03:20:15 -04:00
parent 700b0b5de6
commit 059c207031
No known key found for this signature in database

View file

@ -928,7 +928,7 @@
},
},
{
"context": "!Editor && !Terminal",
"context": "!Editor && !Terminal && !ProjectPanel && !OutlinePanel && !ThreadsSidebar && !GitPanel && !CollabPanel && !BreakpointList",
"bindings": {
":": "command_palette::Toggle",
"g /": "pane::DeploySearch",
@ -943,7 +943,7 @@
"space w j": "workspace::ActivatePaneDown",
"space w k": "workspace::ActivatePaneUp",
"space w l": "workspace::ActivatePaneRight",
"space w q": "pane::CloseActiveItem",
"space w q": "pane::CloseActiveItem",
},
},
{
@ -1056,8 +1056,8 @@
"ctrl-d": "git_graph::ScrollDown",
"ctrl-u": "git_graph::ScrollUp",
"shift-g": "menu::SelectLast",
"g g": "menu::SelectFirst"
}
"g g": "menu::SelectFirst",
},
},
{
"context": "GitPanel && ChangesList && !GitBranchSelector",