Skip to content

Instantly share code, notes, and snippets.

View zakissimo's full-sized avatar

Zakaria HABRI zakissimo

View GitHub Profile
@zakissimo
zakissimo / keybindings.json
Created September 4, 2024 18:45 — forked from nikolovlazar/keybindings.json
VSCode key bindings to navigate like Neovim
[
// Navigation
{
"key": "ctrl-h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl-l",
"command": "workbench.action.navigateRight"
},