diff options
Diffstat (limited to '.config/Code')
| -rw-r--r-- | .config/Code/User/keybindings.json | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 945e24a..2bad03e 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -40,27 +40,6 @@ "command": "workbench.action.splitEditorDown", "when": "vim.active && vim.mode == 'Normal'" }, - // splits navigation - { - "key": "alt+h", - "command": "workbench.action.focusLeftGroup", - "when": "vim.active && vim.mode == 'Normal'" - }, - { - "key": "alt+j", - "command": "workbench.action.focusBelowGroup", - "when": "vim.active && vim.mode == 'Normal'" - }, - { - "key": "alt+k", - "command": "workbench.action.focusAboveGroup", - "when": "vim.active && vim.mode == 'Normal'" - }, - { - "key": "alt+l", - "command": "workbench.action.focusRightGroup", - "when": "vim.active && vim.mode == 'Normal'" - }, // alternate close { "key": "alt+q", @@ -189,7 +168,7 @@ "key": "shift+alt+m", "command": "workbench.action.toggleZenMode", "when": "editorFocus" - } + }, // panel navigation-ish { "key": "shift+alt+b j", @@ -286,5 +265,13 @@ { "key": "shift+alt+]", "command": "workbench.action.nextPanelView" + }, + { + "key": "alt+j", + "command": "workbench.action.nextEditor" + }, + { + "key": "alt+k", + "command": "workbench.action.previousEditor" } -]
\ No newline at end of file +] |
