From ceb9c67f8a237df3e8f9b744354515f679fc0227 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Tue, 7 Apr 2026 21:29:37 -0400 Subject: refactor: remove ] shortcuts --- .config/Code/User/keybindings.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 7453bf3..945e24a 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -29,17 +29,6 @@ "command": "workbench.action.toggleSidebarVisibility", "when": "vim.active && vim.mode == 'Normal'" }, - // diagnostic navigation (mirrors [g / ]g from coc.nvim) - { - "key": "[ g", - "command": "editor.action.marker.prevInFiles", - "when": "vim.active && vim.mode == 'Normal' && editorFocus" - }, - { - "key": "] g", - "command": "editor.action.marker.nextInFiles", - "when": "vim.active && vim.mode == 'Normal' && editorFocus" - }, // splits operation { "key": "alt+s", -- cgit v1.2.3