Skip to content

Instantly share code, notes, and snippets.

@babakks
babakks / keybindings.jsonc
Last active August 9, 2022 21:19
vim-shortcuts-in-vscode
/*
* VIM SHORTCUTS IN VS CODE
*
* To enable basic Vim keyboard shortcuts in VS Code, prepend the following
* array to your `keybindings.json` file (run `Preferences: Open Keyboard
* Shortcuts (JSON)` in command palette). This preserves your existing shortcuts
* functional.
*
* The shortcuts include:
* - Text/list navigation (left/down/up/right): CTRL + CMD + h/j/k/l