Skip to content

Instantly share code, notes, and snippets.

View nitin-dixit's full-sized avatar
🎯

Nitin Dixit nitin-dixit

🎯
View GitHub Profile
@nitin-dixit
nitin-dixit / keybindings.json
Last active September 26, 2025 15:17
vim extension keybindings
// Place your key bindings in this file to override the defaults
[
// Navigation
{
"command": "workbench.action.navigateLeft",
"key": "ctrl-h"
},
{
"command": "workbench.action.navigateRight",
"key": "ctrl-l"