Y
Hacker News
new
|
ask
|
show
|
jobs
by
jamesgeck0
3181 days ago
I added the following to my keybindings.json file. It changes ctrl+` behavior to toggle open/close the terminal.
``` { "key": "ctrl+`", "command": "workbench.action.terminal.focus", "when": "!terminalFocus" } ```