Skip to content

Instantly share code, notes, and snippets.

@bekverdyan
Created April 11, 2019 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bekverdyan/876b5c4ffd4df690f93a55c42e642f08 to your computer and use it in GitHub Desktop.
Save bekverdyan/876b5c4ffd4df690f93a55c42e642f08 to your computer and use it in GitHub Desktop.
My custom keybindings for VSCode
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+alt+n",
"command": "workbench.action.focusNextGroup"
},
{
"key": "ctrl+alt+p",
"command": "workbench.action.focusPreviousGroup"
},
{
"key": "capslock",
"command": "extension.vim_escape",
"when": "editorTextFocus && vim.active && !inDebugRepl"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment