aboutsummaryrefslogtreecommitdiffstats
path: root/.config/Code
diff options
context:
space:
mode:
authorkj_sh6042026-06-04 23:42:14 -0400
committerkj_sh6042026-06-04 23:42:14 -0400
commita790230e2ecd5279536d12f80bf240ab498e545e (patch)
tree125082b7ab006b3f33c7e286c634fbc29b612f64 /.config/Code
parent4d7e6c500ed7c6c35af142b99745ec752c995337 (diff)
refactor: add missing ,
Diffstat (limited to '')
-rw-r--r--.config/Code/User/keybindings.json4
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
+]