mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
chore(keybind): fix ctrl+x ctrl+i (ctrl+x tab)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user