Skip to content

Instantly share code, notes, and snippets.

View JiangpengLI86's full-sized avatar

Jiangpeng LI JiangpengLI86

View GitHub Profile
@nikolovlazar
nikolovlazar / keybindings.json
Last active April 21, 2025 22:25
VSCode key bindings to navigate like Neovim
[
// Navigation
{
"key": "ctrl-h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl-l",
"command": "workbench.action.navigateRight"
},