diff options
| author | kj_sh604 | 2026-06-04 23:42:14 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-06-04 23:42:14 -0400 |
| commit | a790230e2ecd5279536d12f80bf240ab498e545e (patch) | |
| tree | 125082b7ab006b3f33c7e286c634fbc29b612f64 /.config/Code/User/keybindings.json | |
| parent | 4d7e6c500ed7c6c35af142b99745ec752c995337 (diff) | |
refactor: add missing ,
Diffstat (limited to '.config/Code/User/keybindings.json')
| -rw-r--r-- | .config/Code/User/keybindings.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 945e24a..02eef97 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -189,7 +189,7 @@ "key": "shift+alt+m", "command": "workbench.action.toggleZenMode", "when": "editorFocus" - } + }, // panel navigation-ish { "key": "shift+alt+b j", @@ -287,4 +287,4 @@ "key": "shift+alt+]", "command": "workbench.action.nextPanelView" } -]
\ No newline at end of file +] |
