Skip to content

Instantly share code, notes, and snippets.

View santi-ug's full-sized avatar
💭
tweaking my config

Santiago Uribe Gil santi-ug

💭
tweaking my config
View GitHub Profile
@nikolovlazar
nikolovlazar / keybindings.json
Last active December 8, 2025 21:55
VSCode key bindings to navigate like Neovim
[
// Navigation
{
"key": "ctrl-h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl-l",
"command": "workbench.action.navigateRight"
},