summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh604 <43.splash@gmail.com>2026-04-07 21:29:37 -0400
committerkj_sh604 <43.splash@gmail.com>2026-04-07 21:29:37 -0400
commitceb9c67f8a237df3e8f9b744354515f679fc0227 (patch)
treec65f3d519a289d2607b9ab30770b1d7899c3a1a7
parenteecad08a2d63aa57d42389d127c10e6c25966c65 (diff)
refactor: remove ] shortcuts
-rw-r--r--.config/Code/User/keybindings.json11
1 files changed, 0 insertions, 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",