aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
blob: 98d0b297e335894d7f1bf916ecca425df10cbf80 (plain)
1
2
3
4
5
6
7
8
9
10
11
[
    {
        "key": "ctrl+shift+v",
        "command": "-markdown.showPreview",
        "when": "!notebookEditorFocused && editorLangId == 'markdown'"
    },
    {
        "key": "alt+f12",
        "command": "toggleVim"
    }
]