Answers for "visual studio code toggle vim"

0

visual studio code toggle vim

# C:\Users\<user>\AppData\Roaming\Code\User\keybindings.json
// Place your key bindings in this file to override the defaults
[
    { "key": "ctrl+alt+v",            "command": "toggleVim" }
]
Posted by: Guest on March-29-2020

Browse Popular Code Answers by Language