aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
diff options
context:
space:
mode:
authorkj_sh6042025-10-06 00:27:10 -0400
committerkj_sh6042025-10-06 00:27:10 -0400
commit39e59fb243404ba500373a55a07ae7b5caa7eea0 (patch)
tree3eb06392ac7169e90109dc49fed8e7fe1507a97b /.config/Code/User/keybindings.json
parent03570189326f4a093adcdbedf68591b851e37ad6 (diff)
feat: add some code-oss config
Diffstat (limited to '.config/Code/User/keybindings.json')
-rw-r--r--.config/Code/User/keybindings.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json
new file mode 100644
index 0000000..4d7ff49
--- /dev/null
+++ b/.config/Code/User/keybindings.json
@@ -0,0 +1,11 @@
+[
+ {
+ "key": "ctrl+shift+v",
+ "command": "-markdown.showPreview",
+ "when": "!notebookEditorFocused && editorLangId == 'markdown'"
+ },
+ {
+ "key": "alt+f11",
+ "command": "toggleVim"
+ }
+]