Skip to content

Instantly share code, notes, and snippets.

View Aearsears's full-sized avatar
⛩️
Job's not done

CT Aearsears

⛩️
Job's not done
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"
},