blob: 8c3edaddd523f193259e6118140e47b8900d3e62 (
plain) (
tree)
|
|
// 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"
},
]
|