aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
blob: db1b1f259ebf4be33a4895aae4d1093eb167516d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
    {
        "key": "ctrl+shift+v",
        "command": "-markdown.showPreview",
        "when": "!notebookEditorFocused && editorLangId == 'markdown'"
    },
    {
        "key": "alt+f11 v",
        "command": "toggleVim"
    },
    {
        "key": "alt+f11 l",
        "command": "toggle-relative-line-numbers.toggle",
        "when": "editorTextFocus"
    },
    {
        "key": "ctrl+alt+l",
        "command": "-toggle-relative-line-numbers.toggle",
        "when": "editorTextFocus"
    }
]