Skip to content

Instantly share code, notes, and snippets.

View ixacik's full-sized avatar
🎯
Focusing

Patrik Levák ixacik

🎯
Focusing
  • Bratislava
  • 17:59 (UTC +01:00)
View GitHub Profile
@ixacik
ixacik / keybindings.json
Last active May 4, 2024 11:12
Vim Style Keybindings for VSCode
[
// Navigation
{
"key": "ctrl-h",
"command": "workbench.action.navigateLeft"
},
{
"key": "ctrl-l",
"command": "workbench.action.navigateRight"
},
@ixacik
ixacik / keybindings.json
Created April 30, 2024 21:00 — 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"
},