Skip to content

Instantly share code, notes, and snippets.

@jirkafm
Created June 25, 2020 13:17
Show Gist options
  • Save jirkafm/14756faf3bdc4d0e289a2b6386c246aa to your computer and use it in GitHub Desktop.
Save jirkafm/14756faf3bdc4d0e289a2b6386c246aa to your computer and use it in GitHub Desktop.
VSCodeVim extension for VS Code remap some vim CTRL function to be handled directly by VS Code
"vim.handleKeys": {
"<C-w>": false,
"<C-x>": false,
"<C-c>": false,
"<C-v>": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment