summaryrefslogtreecommitdiff
path: root/utils/vscode_config/keybindings.json
diff options
context:
space:
mode:
Diffstat (limited to 'utils/vscode_config/keybindings.json')
-rw-r--r--utils/vscode_config/keybindings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vscode_config/keybindings.json b/utils/vscode_config/keybindings.json
index 9ba07de6..26dd2dc7 100644
--- a/utils/vscode_config/keybindings.json
+++ b/utils/vscode_config/keybindings.json
@@ -122,7 +122,7 @@
"when": "terminalFocus"
},
{
- "key": "ctrl+j",
+ "key": "cmd+j",
"command": "workbench.action.terminal.focus",
"when": "!terminalFocus"
}