// 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" }, ]