diff options
Diffstat (limited to '.config/Code/User/keybindings.json')
| -rw-r--r-- | .config/Code/User/keybindings.json | 11 |
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" + } +] |
