Skip to content

Instantly share code, notes, and snippets.

@nikolovlazar
nikolovlazar / keybindings.json
Last active June 7, 2025 05:46
VSCode key bindings to navigate like Neovim
[
// Navigation
{
"key": "ctrl-h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl-l",
"command": "workbench.action.navigateRight"
},