Skip to content

Instantly share code, notes, and snippets.

View optimistiks's full-sized avatar

Max optimistiks

  • Emergence Engineering
  • Tbilisi
  • 16:30 (UTC +04:00)
  • LinkedIn in/potapovmax
View GitHub Profile
@nikolovlazar
nikolovlazar / keybindings.json
Last active February 11, 2026 16:12
VSCode key bindings to navigate like Neovim
[
// Navigation
{
"key": "ctrl-h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl-l",
"command": "workbench.action.navigateRight"
},