Skip to content

Instantly share code, notes, and snippets.

@rgiovani
Last active June 30, 2024 06:08
Show Gist options
  • Save rgiovani/d2d38e0470a5e46128584c57e2b085ad to your computer and use it in GitHub Desktop.
Save rgiovani/d2d38e0470a5e46128584c57e2b085ad to your computer and use it in GitHub Desktop.
VSCode keybindings
[
{
"key": "ctrl+'",
"command": "workbench.action.terminal.toggleTerminal",
"when": "terminal.active"
},
{
"key": "ctrl+q",
"command": "workbench.action.quickOpenView"
},
{
"key": "ctrl+shift+down",
"command": "cursorColumnSelectDown",
"when": "textInputFocus"
},
{
"key": "ctrl+shift+up",
"command": "cursorColumnSelectUp",
"when": "textInputFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment