aboutsummaryrefslogtreecommitdiff
path: root/.config/Code
diff options
context:
space:
mode:
Diffstat (limited to '.config/Code')
-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",