summaryrefslogtreecommitdiffstats
path: root/User/keybindings.json
blob: 8c3edaddd523f193259e6118140e47b8900d3e62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Place your key bindings in this file to override the defaults
[
    {
        "key": "ctrl+f",
        "command": "-workbench.action.terminal.focusFindWidget",
        "when": "terminalFocus"
    },
    {
        "key": "ctrl+9",
        "command": "editor.action.showHover",
        "when": "editorTextFocus"
    },
    {
        "key": "ctrl+tab",
        "command": "workbench.action.openPreviousEditorFromHistory" },
    {
        "key": "ctrl+tab",
        "command": "workbench.action.quickOpenNavigateNext",
        "when": "inQuickOpen"
    },
]