diff options
Diffstat (limited to '.config/Code/User/keybindings.json')
| -rw-r--r-- | .config/Code/User/keybindings.json | 11 |
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 @@ | |||
| 29 | "command": "workbench.action.toggleSidebarVisibility", | 29 | "command": "workbench.action.toggleSidebarVisibility", |
| 30 | "when": "vim.active && vim.mode == 'Normal'" | 30 | "when": "vim.active && vim.mode == 'Normal'" |
| 31 | }, | 31 | }, |
| 32 | // diagnostic navigation (mirrors [g / ]g from coc.nvim) | ||
| 33 | { | ||
| 34 | "key": "[ g", | ||
| 35 | "command": "editor.action.marker.prevInFiles", | ||
| 36 | "when": "vim.active && vim.mode == 'Normal' && editorFocus" | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "key": "] g", | ||
| 40 | "command": "editor.action.marker.nextInFiles", | ||
| 41 | "when": "vim.active && vim.mode == 'Normal' && editorFocus" | ||
| 42 | }, | ||
| 43 | // splits operation | 32 | // splits operation |
| 44 | { | 33 | { |
| 45 | "key": "alt+s", | 34 | "key": "alt+s", |
