From 698f33c146248930aa70cb7c0c836112e3215633 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 22 Dec 2025 01:26:18 -0500 Subject: refactor: change external terminal keybind --- .config/Code/User/keybindings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.config/Code/User/keybindings.json') 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 -- cgit v1.2.3