[ { "key": "cmd+shift+v", "command": "editor.action.clipboardPasteAction" }, { "key": "ctrl+d", "command": "editor.action.deleteLines" }, { "key": "shift+alt+left", "command": "cursorWordLeftSelect", "when": "textInputFocus" }, { "key": "shift+alt+left", "command": "-cursorWordLeftSelect", "when": "textInputFocus" }, { "key": "shift+alt+right", "command": "cursorWordRightSelect" }, { "key": "ctrl+cmd+left", "command": "cursorWordAccessibilityLeft" }, { "key": "ctrl+cmd+right", "command": "cursorWordAccessibilityRight" }, { "key": "alt+cmd+right", "command": "workbench.action.showNextWindowTab" }, { "key": "alt+cmd+left", "command": "workbench.action.showPreviousWindowTab" }, { "key": "alt+cmd+right", "command": "workbench.action.nextEditor" }, { "key": "shift+cmd+]", "command": "-workbench.action.nextEditor" }, { "key": "alt+cmd+left", "command": "workbench.action.previousEditor" }, { "key": "shift+cmd+[", "command": "-workbench.action.previousEditor" }, { "key": "cmd+[", "command": "workbench.action.navigateBack" }, { "key": "ctrl+[Minus]", "command": "-workbench.action.navigateBack" }, { "key": "cmd+]", "command": "workbench.action.navigateForward" }, { "key": "ctrl+[IntlRo]", "command": "-workbench.action.navigateForward" }, { "key": "shift+cmd+[", "command": "cursorUndo", "when": "textInputFocus" }, { "key": "cmd+u", "command": "-cursorUndo", "when": "textInputFocus" }, { "key": "shift+cmd+]", "command": "cursorRedo" }, { "key": "alt+enter", "command": "editor.action.quickFix", "when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly" }, { "key": "cmd+.", "command": "-editor.action.quickFix", "when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly" }, { "key": "ctrl+alt+p", "command": "eslint.executeAutofix" }, { "key": "ctrl+left", "command": "cursorWordPartLeft", "when": "textInputFocus" }, { "key": "ctrl+alt+left", "command": "-cursorWordPartLeft", "when": "textInputFocus" }, { "key": "ctrl+right", "command": "cursorWordPartRight", "when": "textInputFocus" }, { "key": "ctrl+alt+right", "command": "-cursorWordPartRight", "when": "textInputFocus" }, { "key": "ctrl+shift+left", "command": "cursorWordPartLeftSelect", "when": "textInputFocus" }, { "key": "ctrl+shift+alt+left", "command": "-cursorWordPartLeftSelect", "when": "textInputFocus" }, { "key": "ctrl+shift+right", "command": "cursorWordPartRightSelect", "when": "textInputFocus" }, { "key": "ctrl+shift+alt+right", "command": "-cursorWordPartRightSelect", "when": "textInputFocus" }, { "key": "alt+right", "command": "cursorWordRight" }, { "key": "cmd+[", "command": "-editor.action.outdentLines", "when": "editorTextFocus && !editorReadonly" }, { "key": "cmd+]", "command": "-editor.action.indentLines", "when": "editorTextFocus && !editorReadonly" }, { "key": "alt+enter", "command": "-notebook.cell.executeAndInsertBelow", "when": "notebookCellListFocused" }, { "key": "alt+enter", "command": "-debug.openBreakpointToSide", "when": "breakpointsFocused" }, { "key": "alt+enter", "command": "-editor.action.selectAllMatches", "when": "editorFocus && findWidgetVisible" } ]