Skip to content

Instantly share code, notes, and snippets.

@riljian
Created August 3, 2023 23:51
Show Gist options
  • Save riljian/fa9bc04e5d5c87591c1880b1ddc124a0 to your computer and use it in GitHub Desktop.
Save riljian/fa9bc04e5d5c87591c1880b1ddc124a0 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "cmd+j",
"command": "workbench.action.terminal.new",
"when": "!panelVisible && terminalCount == 0"
},
{
"key": "cmd+j",
"command": "workbench.action.terminal.focus",
"when": "!panelVisible && terminalCount != 0"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment