toggle vim vscode code example
Example: visual studio code toggle vim
# C:\Users\\AppData\Roaming\Code\User\keybindings.json
// Place your key bindings in this file to override the defaults
[
{ "key": "ctrl+alt+v", "command": "toggleVim" }
]