aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
diff options
context:
space:
mode:
authorkj_sh6042025-10-06 00:29:58 -0400
committerkj_sh6042025-10-06 00:29:58 -0400
commitad605fe65522385be9d5773d858c2927ee2f31bb (patch)
tree8a7c916575bbff89d6879d8742e8f0a3c9459ee1 /.config/Code/User/keybindings.json
parent39e59fb243404ba500373a55a07ae7b5caa7eea0 (diff)
refactor: change settings test
Diffstat (limited to '.config/Code/User/keybindings.json')
-rw-r--r--.config/Code/User/keybindings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json
index 4d7ff49..98d0b29 100644
--- a/.config/Code/User/keybindings.json
+++ b/.config/Code/User/keybindings.json
@@ -5,7 +5,7 @@
"when": "!notebookEditorFocused && editorLangId == 'markdown'"
},
{
- "key": "alt+f11",
+ "key": "alt+f12",
"command": "toggleVim"
}
]