Skip to content

Instantly share code, notes, and snippets.

View DevKelvin21's full-sized avatar
🏠
Working from home

Kelvin Rojas DevKelvin21

🏠
Working from home
View GitHub Profile
@DevKelvin21
DevKelvin21 / keybindings.json
Created October 2, 2025 05:57 — 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"
},