Skip to content

Instantly share code, notes, and snippets.

@sithu2077
sithu2077 / keybindings.json
Created October 3, 2025 07:26 — forked from nikolovlazar/keybindings.json
VSCode key bindings to navigate like Neovim
[
// Navigation
{
"key": "ctrl-h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl-l",
"command": "workbench.action.navigateRight"
},