Skip to content

Instantly share code, notes, and snippets.

View goper-leo's full-sized avatar
🏝️
Another day in paradise!

Goper Zosa goper-leo

🏝️
Another day in paradise!
View GitHub Profile
@goper-leo
goper-leo / keybindings.json
Created September 30, 2024 17:19 — forked from wojukasz/CHANGELOG.md
VsCode + Vim keybindings and settings - best of both worlds
[
//
// VIM NAVIGATION SHORTCUTS
//
{
// "ctrl+h": Focuses on the left editor group when the text editor is focused, Vim extension is active, and Vim is not in Insert mode.
"key": "ctrl+h",
"command": "workbench.action.focusLeftGroup",
"when": "editorTextFocus && vim.active && vim.mode != 'Insert'"