summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-12-22 01:26:18 -0500
committerkj_sh6042025-12-22 01:26:18 -0500
commit698f33c146248930aa70cb7c0c836112e3215633 (patch)
tree271634b8c205546f93919db52c1ef5eb43fd1a56
parent0be3a8cfb634491d14e08b56095ae4133932bab5 (diff)
refactor: change external terminal keybind
-rw-r--r--.config/Code/User/keybindings.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json
index 68b3248..b190397 100644
--- a/.config/Code/User/keybindings.json
+++ b/.config/Code/User/keybindings.json
@@ -140,4 +140,14 @@
140 "key": "shift+alt+k", 140 "key": "shift+alt+k",
141 "command": "workbench.action.focusPreviousPart" 141 "command": "workbench.action.focusPreviousPart"
142 }, 142 },
143 {
144 "key": "alt+f11 t",
145 "command": "workbench.action.terminal.openNativeConsole",
146 "when": "!terminalFocus"
147 },
148 {
149 "key": "ctrl+shift+c",
150 "command": "-workbench.action.terminal.openNativeConsole",
151 "when": "!terminalFocus"
152 },
143] \ No newline at end of file 153] \ No newline at end of file