From 974f7241516492c480d53e82bf9fecf2a4f9e3d5 Mon Sep 17 00:00:00 2001 From: Pavle Sokic Date: Fri, 6 Jun 2025 19:20:04 +0200 Subject: [PATCH] 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 --- assets/keymaps/vim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/keymaps/vim.json b/assets/keymaps/vim.json index 29b3fbb8b5..e8a60875bf 100644 --- a/assets/keymaps/vim.json +++ b/assets/keymaps/vim.json @@ -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,