Skip to content

Instantly share code, notes, and snippets.

View mogelbrod's full-sized avatar

Victor Hallberg mogelbrod

View GitHub Profile
@mogelbrod
mogelbrod / keybindings.json
Last active April 13, 2023 11:47
VSCode settings
[
// Focus previous/next split using cmd (mac) or ctrl (others) + left/right
{
"key": "ctrl+left",
"command": "workbench.action.focusPreviousGroup",
"when": "!isMac && editorTextFocus && vim.active && vim.mode != 'Insert'",
},
{
"key": "cmd+left",
"command": "workbench.action.focusPreviousGroup",