Skip to content

Instantly share code, notes, and snippets.

@pom421
Created November 23, 2022 21:06
Show Gist options
  • Save pom421/f84ca8765e27aba805293e2b7452ca9f to your computer and use it in GitHub Desktop.
Save pom421/f84ca8765e27aba805293e2b7452ca9f to your computer and use it in GitHub Desktop.
Capslock act as Esc in VS Code
{
"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