diff --git a/keybindings.json b/keybindings.json index 222675e..50e039c 100644 --- a/keybindings.json +++ b/keybindings.json @@ -268,6 +268,14 @@ "command": "workbench.action.focusPreviousGroup", "when": "!terminalFocus" }, + { // Focus previous editor group. + // + // This is a workaround for ctrl+i typically being interpreted as tab by + // some Karabiner-Elements configurations. + "key": "ctrl+x tab", + "command": "workbench.action.focusPreviousGroup", + "when": "!terminalFocus" + }, { // Navigate up. "key": "alt+i", "command": "workbench.action.navigateUp",