mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
vim: Stop space-leader bindings from triggering 1s delay in Panels
This commit is contained in:
parent
700b0b5de6
commit
059c207031
1 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue