Skip to content

Instantly share code, notes, and snippets.

@TheRealSmeddy
Created June 15, 2022 09:25
Show Gist options
  • Select an option

  • Save TheRealSmeddy/28b28e7f27af586ffc5312cb8d583ca5 to your computer and use it in GitHub Desktop.

Select an option

Save TheRealSmeddy/28b28e7f27af586ffc5312cb8d583ca5 to your computer and use it in GitHub Desktop.
VSCode Vim Keybindings
[
{
"key": "ctrl+alt+v",
"command": "toggleVim"
},
{
"key": "shift+alt+j",
"command": "editor.action.moveLinesDownAction"
},
{
"key": "shift+alt+k",
"command": "editor.action.moveLinesUpAction"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment