diff options
| author | kj_sh604 | 2025-12-22 01:26:18 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-22 01:26:18 -0500 |
| commit | 698f33c146248930aa70cb7c0c836112e3215633 (patch) | |
| tree | 271634b8c205546f93919db52c1ef5eb43fd1a56 /.config | |
| parent | 0be3a8cfb634491d14e08b56095ae4133932bab5 (diff) | |
refactor: change external terminal keybind
Diffstat (limited to '.config')
| -rw-r--r-- | .config/Code/User/keybindings.json | 10 |
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 @@ "key": "shift+alt+k", "command": "workbench.action.focusPreviousPart" }, + { + "key": "alt+f11 t", + "command": "workbench.action.terminal.openNativeConsole", + "when": "!terminalFocus" + }, + { + "key": "ctrl+shift+c", + "command": "-workbench.action.terminal.openNativeConsole", + "when": "!terminalFocus" + }, ]
\ No newline at end of file |
