aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
diff options
context:
space:
mode:
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"
+ }
+]