vim: Enable window shortcuts in Agent panel (#31000)
Release Notes: - Enabled vim window commands (ctrl-w X) when agent panel is focused Co-authored-by: Cole Miller <cole@zed.dev>
This commit is contained in:
parent
ca3f46588a
commit
974f724151
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "GitPanel || ProjectPanel || CollabPanel || OutlinePanel || ChatPanel || VimControl || EmptyPane || SharedScreen || MarkdownPreview || KeyContextView || DebugPanel",
|
||||
"context": "AgentPanel || GitPanel || ProjectPanel || CollabPanel || OutlinePanel || ChatPanel || VimControl || EmptyPane || SharedScreen || MarkdownPreview || KeyContextView || DebugPanel",
|
||||
"bindings": {
|
||||
// window related commands (ctrl-w X)
|
||||
"ctrl-w": null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue