// Place your key bindings in this file to override the defaultsauto[] [ { "key": "ctrl+e", "command": "cursorEnd", "when": "textInputFocus" }, { "key": "end", "command": "cursorEnd", "when": "textInputFocus" }, { "key": "ctrl+q", "command": "cursorHome", "when": "textInputFocus" }, { "key": "ctrl+n", "command": "cursorDown", "when": "textInputFocus" }, { "key": "ctrl+p", "command": "cursorUp", "when": "textInputFocus" }, { "key": "home", "command": "cursorHome", "when": "textInputFocus" }, { "key": "ctrl+`", "command": "workbench.action.terminal.focus" }, { "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" }, { "key": "ctrl+r", "command": "deleteWordLeft", "when": "textInputFocus" }, { "key": "ctrl+k", "command": "deleteAllRight", "when": "textInputFocus" }, { "key": "ctrl+k", "command": "deleteAllRight", "when": "textInputFocus" }, { "key": "ctrl+tab", "command": "workbench.action.nextEditor" }, { "key": "ctrl+shift+tab", "command": "workbench.action.previousEditor" }, { "key": "ctrl+b", "command": "cursorLeft", "when": "textInputFocus" }, { "key": "ctrl+2", "command": "cursorPageDown", "when": "textInputFocus" }, { "key": "ctrl+3", "command": "cursorPageUp", "when": "textInputFocus" }, ]