Skip to content

Instantly share code, notes, and snippets.

View nitin-dixit's full-sized avatar
🎯
Building, Learning, Improving each passing day 🙏

Nitin Dixit nitin-dixit

🎯
Building, Learning, Improving each passing day 🙏
View GitHub Profile
@nikolovlazar
nikolovlazar / keybindings.json
Last active June 8, 2026 02:00
VSCode key bindings to navigate like Neovim
[
// Navigation
{
"key": "ctrl-h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl-l",
"command": "workbench.action.navigateRight"
},