Skip to content

Instantly share code, notes, and snippets.

@thchr
Created April 2, 2020 21:22
Show Gist options
  • Save thchr/12ed4d8d6273c99bf19f054a754b50cf to your computer and use it in GitHub Desktop.
Save thchr/12ed4d8d6273c99bf19f054a754b50cf to your computer and use it in GitHub Desktop.
VSCode default keybindings (pruned of the "when" field)
[
{ "key": "escape escape", "command": "workbench.action.exitZenMode"},
{ "key": "shift+escape", "command": "closeReferenceSearch"},
{ "key": "escape", "command": "closeReferenceSearch"},
{ "key": "shift+escape", "command": "cancelSelection"},
{ "key": "escape", "command": "cancelSelection"},
{ "key": "ctrl+end", "command": "cursorBottom"},
{ "key": "ctrl+shift+end", "command": "cursorBottomSelect"},
{ "key": "ctrl+shift+alt+down", "command": "cursorColumnSelectDown"},
{ "key": "ctrl+shift+alt+left", "command": "cursorColumnSelectLeft"},
{ "key": "ctrl+shift+alt+pagedown", "command": "cursorColumnSelectPageDown"},
{ "key": "ctrl+shift+alt+pageup", "command": "cursorColumnSelectPageUp"},
{ "key": "ctrl+shift+alt+right", "command": "cursorColumnSelectRight"},
{ "key": "ctrl+shift+alt+up", "command": "cursorColumnSelectUp"},
{ "key": "down", "command": "cursorDown"},
{ "key": "ctrl+shift+down", "command": "cursorDownSelect"},
{ "key": "shift+down", "command": "cursorDownSelect"},
{ "key": "end", "command": "cursorEnd"},
{ "key": "shift+end", "command": "cursorEndSelect"},
{ "key": "home", "command": "cursorHome"},
{ "key": "shift+home", "command": "cursorHomeSelect"},
{ "key": "left", "command": "cursorLeft"},
{ "key": "shift+left", "command": "cursorLeftSelect"},
{ "key": "pagedown", "command": "cursorPageDown"},
{ "key": "shift+pagedown", "command": "cursorPageDownSelect"},
{ "key": "pageup", "command": "cursorPageUp"},
{ "key": "shift+pageup", "command": "cursorPageUpSelect"},
{ "key": "right", "command": "cursorRight"},
{ "key": "shift+right", "command": "cursorRightSelect"},
{ "key": "ctrl+home", "command": "cursorTop"},
{ "key": "ctrl+shift+home", "command": "cursorTopSelect"},
{ "key": "up", "command": "cursorUp"},
{ "key": "ctrl+shift+up", "command": "cursorUpSelect"},
{ "key": "shift+up", "command": "cursorUpSelect"},
{ "key": "shift+backspace", "command": "deleteLeft"},
{ "key": "backspace", "command": "deleteLeft"},
{ "key": "delete", "command": "deleteRight"},
{ "key": "ctrl+a", "command": "editor.action.selectAll"},
{ "key": "ctrl+l", "command": "expandLineSelection"},
{ "key": "shift+tab", "command": "outdent"},
{ "key": "ctrl+shift+z", "command": "redo"},
{ "key": "ctrl+y", "command": "redo"},
{ "key": "ctrl+down", "command": "scrollLineDown"},
{ "key": "ctrl+up", "command": "scrollLineUp"},
{ "key": "alt+pagedown", "command": "scrollPageDown"},
{ "key": "alt+pageup", "command": "scrollPageUp"},
{ "key": "tab", "command": "tab"},
{ "key": "ctrl+z", "command": "undo"},
{ "key": "shift+down", "command": "cursorColumnSelectDown"},
{ "key": "shift+left", "command": "cursorColumnSelectLeft"},
{ "key": "shift+pagedown", "command": "cursorColumnSelectPageDown"},
{ "key": "shift+pageup", "command": "cursorColumnSelectPageUp"},
{ "key": "shift+right", "command": "cursorColumnSelectRight"},
{ "key": "shift+up", "command": "cursorColumnSelectUp"},
{ "key": "shift+escape", "command": "removeSecondaryCursors"},
{ "key": "escape", "command": "removeSecondaryCursors"},
{ "key": "f12", "command": "goToNextReference"},
{ "key": "f4", "command": "goToNextReference"},
{ "key": "shift+f12", "command": "goToPreviousReference"},
{ "key": "shift+f4", "command": "goToPreviousReference"},
{ "key": "shift+enter", "command": "refactorPreview.apply"},
{ "key": "ctrl+f", "command": "actions.find" },
{ "key": "enter", "command": "breakpointWidget.action.acceptInput"},
{ "key": "shift+escape", "command": "closeBreakpointWidget"},
{ "key": "escape", "command": "closeBreakpointWidget"},
{ "key": "ctrl+u", "command": "cursorUndo"},
{ "key": "ctrl+right", "command": "cursorWordEndRight"},
{ "key": "ctrl+shift+right", "command": "cursorWordEndRightSelect"},
{ "key": "ctrl+left", "command": "cursorWordStartLeft"},
{ "key": "ctrl+shift+left", "command": "cursorWordStartLeftSelect"},
{ "key": "ctrl+backspace", "command": "deleteWordLeft"},
{ "key": "ctrl+delete", "command": "deleteWordRight"},
{ "key": "ctrl+k ctrl+c", "command": "editor.action.addCommentLine"},
{ "key": "ctrl+d", "command": "editor.action.addSelectionToNextFindMatch"},
{ "key": "shift+alt+oem_period", "command": "editor.action.autoFix"},
{ "key": "shift+alt+a", "command": "editor.action.blockComment"},
{ "key": "ctrl+f2", "command": "editor.action.changeAll"},
{ "key": "ctrl+insert", "command": "editor.action.clipboardCopyAction"},
{ "key": "ctrl+c", "command": "editor.action.clipboardCopyAction"},
{ "key": "shift+delete", "command": "editor.action.clipboardCutAction"},
{ "key": "ctrl+x", "command": "editor.action.clipboardCutAction"},
{ "key": "shift+insert", "command": "editor.action.clipboardPasteAction"},
{ "key": "ctrl+v", "command": "editor.action.clipboardPasteAction"},
{ "key": "ctrl+oem_2", "command": "editor.action.commentLine"},
{ "key": "shift+alt+down", "command": "editor.action.copyLinesDownAction"},
{ "key": "shift+alt+up", "command": "editor.action.copyLinesUpAction"},
{ "key": "ctrl+shift+z", "command": "editor.action.customEditor.redo"},
{ "key": "ctrl+y", "command": "editor.action.customEditor.redo"},
{ "key": "ctrl+z", "command": "editor.action.customEditor.undo"},
{ "key": "ctrl+k ctrl+k", "command": "editor.action.defineKeybinding"},
{ "key": "ctrl+shift+k", "command": "editor.action.deleteLines"},
{ "key": "f7", "command": "editor.action.diffReview.next"},
{ "key": "shift+f7", "command": "editor.action.diffReview.prev"},
{ "key": "alt+f3", "command": "editor.action.dirtydiff.next"},
{ "key": "shift+alt+f3", "command": "editor.action.dirtydiff.previous"},
{ "key": "enter", "command": "editor.action.extensioneditor.findNext"},
{ "key": "shift+enter", "command": "editor.action.extensioneditor.findPrevious"},
{ "key": "ctrl+f", "command": "editor.action.extensioneditor.showfind"},
{ "key": "shift+alt+f", "command": "editor.action.formatDocument"},
{ "key": "shift+alt+f", "command": "editor.action.formatDocument.none"},
{ "key": "ctrl+k ctrl+f", "command": "editor.action.formatSelection"},
{ "key": "ctrl+f12", "command": "editor.action.goToImplementation"},
{ "key": "shift+f12", "command": "editor.action.goToReferences"},
{ "key": "ctrl+shift+oem_period", "command": "editor.action.inPlaceReplace.down"},
{ "key": "ctrl+shift+oem_comma", "command": "editor.action.inPlaceReplace.up"},
{ "key": "ctrl+oem_6", "command": "editor.action.indentLines"},
{ "key": "ctrl+alt+up", "command": "editor.action.insertCursorAbove"},
{ "key": "shift+alt+i", "command": "editor.action.insertCursorAtEndOfEachLineSelected"},
{ "key": "ctrl+alt+down", "command": "editor.action.insertCursorBelow"},
{ "key": "ctrl+enter", "command": "editor.action.insertLineAfter"},
{ "key": "ctrl+shift+enter", "command": "editor.action.insertLineBefore"},
{ "key": "ctrl+shift+oem_5", "command": "editor.action.jumpToBracket"},
{ "key": "alt+f8", "command": "editor.action.marker.next"},
{ "key": "f8", "command": "editor.action.marker.nextInFiles"},
{ "key": "shift+alt+f8", "command": "editor.action.marker.prev"},
{ "key": "shift+f8", "command": "editor.action.marker.prevInFiles"},
{ "key": "alt+down", "command": "editor.action.moveLinesDownAction"},
{ "key": "alt+up", "command": "editor.action.moveLinesUpAction"},
{ "key": "ctrl+k ctrl+d", "command": "editor.action.moveSelectionToNextFindMatch"},
{ "key": "f3", "command": "editor.action.nextMatchFindAction"},
{ "key": "enter", "command": "editor.action.nextMatchFindAction"},
{ "key": "ctrl+f3", "command": "editor.action.nextSelectionMatchFindAction"},
{ "key": "shift+alt+o", "command": "editor.action.organizeImports"},
{ "key": "ctrl+oem_4", "command": "editor.action.outdentLines"},
{ "key": "alt+f12", "command": "editor.action.peekDefinition"},
{ "key": "ctrl+shift+f12", "command": "editor.action.peekImplementation"},
{ "key": "shift+f3", "command": "editor.action.previousMatchFindAction"},
{ "key": "shift+enter", "command": "editor.action.previousMatchFindAction"},
{ "key": "ctrl+shift+f3", "command": "editor.action.previousSelectionMatchFindAction"},
{ "key": "ctrl+oem_period", "command": "editor.action.quickFix"},
{ "key": "ctrl+shift+r", "command": "editor.action.refactor"},
{ "key": "ctrl+k ctrl+u", "command": "editor.action.removeCommentLine"},
{ "key": "f2", "command": "editor.action.rename"},
{ "key": "f12", "command": "editor.action.revealDefinition"},
{ "key": "ctrl+k f12", "command": "editor.action.revealDefinitionAside"},
{ "key": "ctrl+shift+l", "command": "editor.action.selectHighlights"},
{ "key": "alt+f1", "command": "editor.action.showAccessibilityHelp"},
{ "key": "shift+f10", "command": "editor.action.showContextMenu"},
{ "key": "ctrl+k ctrl+i", "command": "editor.action.showHover"},
{ "key": "shift+alt+right", "command": "editor.action.smartSelect.expand"},
{ "key": "shift+alt+left", "command": "editor.action.smartSelect.shrink"},
{ "key": "ctrl+h", "command": "editor.action.startFindReplaceAction" },
{ "key": "ctrl+m", "command": "editor.action.toggleTabFocusMode" },
{ "key": "alt+z", "command": "editor.action.toggleWordWrap" },
{ "key": "ctrl+shift+space", "command": "editor.action.triggerParameterHints"},
{ "key": "ctrl+space", "command": "editor.action.triggerSuggest"},
{ "key": "ctrl+k ctrl+x", "command": "editor.action.trimTrailingWhitespace"},
{ "key": "enter", "command": "editor.action.webvieweditor.findNext"},
{ "key": "shift+enter", "command": "editor.action.webvieweditor.findPrevious"},
{ "key": "escape", "command": "editor.action.webvieweditor.hideFind"},
{ "key": "ctrl+a", "command": "editor.action.webvieweditor.selectAll"},
{ "key": "ctrl+f", "command": "editor.action.webvieweditor.showFind"},
{ "key": "f7", "command": "editor.action.wordHighlight.next"},
{ "key": "shift+f7", "command": "editor.action.wordHighlight.prev"},
{ "key": "escape", "command": "editor.cancelOperation"},
{ "key": "ctrl+k ctrl+i", "command": "editor.debug.action.showDebugHover"},
{ "key": "f9", "command": "editor.debug.action.toggleBreakpoint"},
{ "key": "tab", "command": "editor.emmet.action.expandAbbreviation"},
{ "key": "ctrl+shift+oem_4", "command": "editor.fold"},
{ "key": "ctrl+k ctrl+0", "command": "editor.foldAll"},
{ "key": "ctrl+k ctrl+oem_2", "command": "editor.foldAllBlockComments"},
{ "key": "ctrl+k ctrl+8", "command": "editor.foldAllMarkerRegions"},
{ "key": "ctrl+k ctrl+1", "command": "editor.foldLevel1"},
{ "key": "ctrl+k ctrl+2", "command": "editor.foldLevel2"},
{ "key": "ctrl+k ctrl+3", "command": "editor.foldLevel3"},
{ "key": "ctrl+k ctrl+4", "command": "editor.foldLevel4"},
{ "key": "ctrl+k ctrl+5", "command": "editor.foldLevel5"},
{ "key": "ctrl+k ctrl+6", "command": "editor.foldLevel6"},
{ "key": "ctrl+k ctrl+7", "command": "editor.foldLevel7"},
{ "key": "ctrl+k ctrl+oem_4", "command": "editor.foldRecursively"},
{ "key": "f12", "command": "editor.gotoNextSymbolFromResult"},
{ "key": "escape", "command": "editor.gotoNextSymbolFromResult.cancel"},
{ "key": "ctrl+k ctrl+l", "command": "editor.toggleFold"},
{ "key": "ctrl+shift+oem_6", "command": "editor.unfold"},
{ "key": "ctrl+k ctrl+j", "command": "editor.unfoldAll"},
{ "key": "ctrl+k ctrl+9", "command": "editor.unfoldAllMarkerRegions"},
{ "key": "ctrl+k ctrl+oem_6", "command": "editor.unfoldRecursively"},
{ "key": "tab", "command": "insertSnippet"},
{ "key": "ctrl+enter", "command": "openReferenceToSide"},
{ "key": "enter", "command": "repl.action.acceptInput"},
{ "key": "ctrl+f", "command": "repl.action.filter"},
{ "key": "escape", "command": "settings.action.clearSearchResults"},
{ "key": "ctrl+oem_period", "command": "settings.action.editFocusedSetting"},
{ "key": "enter", "command": "settings.action.focusNextSetting"},
{ "key": "shift+enter", "command": "settings.action.focusPreviousSetting"},
{ "key": "down", "command": "settings.action.focusSettingsFile"},
{ "key": "ctrl+f", "command": "settings.action.search"},
{ "key": "ctrl+oem_2", "command": "toggleExplainMode"},
{ "key": "ctrl+k f2", "command": "togglePeekWidgetFocus"},
{ "key": "alt+f5", "command": "workbench.action.editor.nextChange"},
{ "key": "shift+alt+f5", "command": "workbench.action.editor.previousChange"},
{ "key": "shift+escape", "command": "workbench.action.hideComment"},
{ "key": "escape", "command": "workbench.action.hideComment"},
{ "key": "ctrl+enter", "command": "workbench.action.submitComment"},
{ "key": "ctrl+left", "command": "cursorWordAccessibilityLeft"},
{ "key": "ctrl+shift+left", "command": "cursorWordAccessibilityLeftSelect"},
{ "key": "ctrl+right", "command": "cursorWordAccessibilityRight"},
{ "key": "ctrl+shift+right", "command": "cursorWordAccessibilityRightSelect"},
{ "key": "shift+escape", "command": "closeFindWidget"},
{ "key": "escape", "command": "closeFindWidget"},
{ "key": "ctrl+alt+enter", "command": "editor.action.replaceAll"},
{ "key": "ctrl+shift+1", "command": "editor.action.replaceOne"},
{ "key": "enter", "command": "editor.action.replaceOne"},
{ "key": "alt+enter", "command": "editor.action.selectAllMatches"},
{ "key": "alt+c", "command": "toggleFindCaseSensitive"},
{ "key": "alt+l", "command": "toggleFindInSelection"},
{ "key": "alt+r", "command": "toggleFindRegex"},
{ "key": "alt+w", "command": "toggleFindWholeWord"},
{ "key": "tab", "command": "jumpToNextSnippetPlaceholder"},
{ "key": "shift+tab", "command": "jumpToPrevSnippetPlaceholder"},
{ "key": "escape", "command": "leaveEditorMessage"},
{ "key": "shift+escape", "command": "leaveSnippet"},
{ "key": "escape", "command": "leaveSnippet"},
{ "key": "shift+escape", "command": "closeDirtyDiff"},
{ "key": "escape", "command": "closeDirtyDiff"},
{ "key": "shift+escape", "command": "closeMarkersNavigation"},
{ "key": "escape", "command": "closeMarkersNavigation"},
{ "key": "shift+escape", "command": "closeParameterHints"},
{ "key": "escape", "command": "closeParameterHints"},
{ "key": "alt+down", "command": "showNextParameterHint"},
{ "key": "down", "command": "showNextParameterHint"},
{ "key": "alt+up", "command": "showPrevParameterHint"},
{ "key": "up", "command": "showPrevParameterHint"},
{ "key": "shift+tab", "command": "acceptAlternativeSelectedSuggestion"},
{ "key": "shift+enter", "command": "acceptAlternativeSelectedSuggestion"},
{ "key": "tab", "command": "acceptSelectedSuggestion"},
{ "key": "enter", "command": "acceptSelectedSuggestion"},
{ "key": "shift+escape", "command": "hideSuggestWidget"},
{ "key": "escape", "command": "hideSuggestWidget"},
{ "key": "tab", "command": "insertBestCompletion"},
{ "key": "tab", "command": "insertNextSuggestion"},
{ "key": "shift+tab", "command": "insertPrevSuggestion"},
{ "key": "ctrl+pagedown", "command": "selectNextPageSuggestion"},
{ "key": "pagedown", "command": "selectNextPageSuggestion"},
{ "key": "ctrl+down", "command": "selectNextSuggestion"},
{ "key": "down", "command": "selectNextSuggestion"},
{ "key": "ctrl+pageup", "command": "selectPrevPageSuggestion"},
{ "key": "pageup", "command": "selectPrevPageSuggestion"},
{ "key": "ctrl+up", "command": "selectPrevSuggestion"},
{ "key": "up", "command": "selectPrevSuggestion"},
{ "key": "ctrl+space", "command": "toggleSuggestionDetails"},
{ "key": "ctrl+alt+space", "command": "toggleSuggestionFocus"},
{ "key": "enter", "command": "acceptRenameInput"},
{ "key": "shift+enter", "command": "acceptRenameInputWithPreview"},
{ "key": "shift+escape", "command": "cancelRenameInput"},
{ "key": "escape", "command": "cancelRenameInput"},
{ "key": "ctrl+shift+l", "command": "addCursorsAtSearchResults"},
{ "key": "ctrl+shift+oem_1", "command": "breadcrumbs.focus"},
{ "key": "ctrl+shift+oem_period", "command": "breadcrumbs.focusAndSelect"},
{ "key": "ctrl+right", "command": "breadcrumbs.focusNext"},
{ "key": "right", "command": "breadcrumbs.focusNext"},
{ "key": "ctrl+left", "command": "breadcrumbs.focusPrevious"},
{ "key": "left", "command": "breadcrumbs.focusPrevious"},
{ "key": "ctrl+enter", "command": "breadcrumbs.revealFocused"},
{ "key": "space", "command": "breadcrumbs.revealFocused"},
{ "key": "ctrl+enter", "command": "breadcrumbs.revealFocusedFromTreeAside"},
{ "key": "down", "command": "breadcrumbs.selectFocused"},
{ "key": "enter", "command": "breadcrumbs.selectFocused"},
{ "key": "ctrl+shift+oem_period", "command": "breadcrumbs.toggleToOn"},
{ "key": "shift+escape", "command": "closeAccessibilityHelp"},
{ "key": "escape", "command": "closeAccessibilityHelp"},
{ "key": "escape", "command": "closeReplaceInFilesWidget"},
{ "key": "shift+alt+c", "command": "copyFilePath"},
{ "key": "ctrl+k ctrl+shift+c", "command": "copyRelativeFilePath"},
{ "key": "alt+enter", "command": "debug.openBreakpointToSide"},
{ "key": "ctrl+enter", "command": "debug.openBreakpointToSide"},
{ "key": "delete", "command": "debug.removeBreakpoint"},
{ "key": "delete", "command": "debug.removeWatchExpression"},
{ "key": "shift+f9", "command": "editor.debug.action.toggleInlineBreakpoint"},
{ "key": "shift+enter", "command": "editor.refocusCallHierarchy"},
{ "key": "shift+alt+h", "command": "editor.showCallHierarchy"},
{ "key": "shift+alt+h", "command": "editor.toggleCallHierarchy"},
{ "key": "ctrl+enter", "command": "explorer.openToSide"},
{ "key": "shift+alt+f", "command": "filesExplorer.findInFolder"},
{ "key": "alt+down", "command": "history.showNext"},
{ "key": "down", "command": "history.showNext"},
{ "key": "alt+up", "command": "history.showPrevious"},
{ "key": "up", "command": "history.showPrevious"},
{ "key": "escape", "command": "keybindings.editor.clearSearchResults"},
{ "key": "ctrl+c", "command": "keybindings.editor.copyKeybindingEntry"},
{ "key": "ctrl+k ctrl+k", "command": "keybindings.editor.defineKeybinding"},
{ "key": "ctrl+k ctrl+e", "command": "keybindings.editor.defineWhenExpression"},
{ "key": "down", "command": "keybindings.editor.focusKeybindings"},
{ "key": "alt+k", "command": "keybindings.editor.recordSearchKeys"},
{ "key": "delete", "command": "keybindings.editor.removeKeybinding"},
{ "key": "ctrl+f", "command": "keybindings.editor.searchKeybindings"},
{ "key": "alt+p", "command": "keybindings.editor.toggleSortByPrecedence"},
{ "key": "escape", "command": "list.clear"},
{ "key": "left", "command": "list.collapse"},
{ "key": "ctrl+left", "command": "list.collapseAll"},
{ "key": "right", "command": "list.expand"},
{ "key": "shift+down", "command": "list.expandSelectionDown"},
{ "key": "shift+up", "command": "list.expandSelectionUp"},
{ "key": "down", "command": "list.focusDown"},
{ "key": "home", "command": "list.focusFirst"},
{ "key": "end", "command": "list.focusLast"},
{ "key": "pagedown", "command": "list.focusPageDown"},
{ "key": "pageup", "command": "list.focusPageUp"},
{ "key": "up", "command": "list.focusUp"},
{ "key": "ctrl+down", "command": "list.scrollDown"},
{ "key": "ctrl+up", "command": "list.scrollUp"},
{ "key": "enter", "command": "list.select"},
{ "key": "ctrl+a", "command": "list.selectAll"},
{ "key": "space", "command": "list.toggleExpand"},
{ "key": "ctrl+shift+enter", "command": "list.toggleSelection"},
{ "key": "delete", "command": "notification.clear"},
{ "key": "left", "command": "notification.collapse"},
{ "key": "right", "command": "notification.expand"},
{ "key": "enter", "command": "notification.toggle"},
{ "key": "space", "command": "notification.toggle"},
{ "key": "home", "command": "notifications.focusFirstToast"},
{ "key": "pageup", "command": "notifications.focusFirstToast"},
{ "key": "end", "command": "notifications.focusLastToast"},
{ "key": "pagedown", "command": "notifications.focusLastToast"},
{ "key": "down", "command": "notifications.focusNextToast"},
{ "key": "up", "command": "notifications.focusPreviousToast"},
{ "key": "ctrl+c", "command": "problems.action.copy"},
{ "key": "ctrl+f", "command": "problems.action.focusFilter"},
{ "key": "ctrl+down", "command": "problems.action.focusProblemsFromFilter"},
{ "key": "ctrl+enter", "command": "problems.action.openToSide"},
{ "key": "ctrl+oem_period", "command": "problems.action.showQuickFixes"},
{ "key": "space", "command": "refactorPreview.toggleCheckedState"},
{ "key": "shift+alt+r", "command": "revealFileInOS"},
{ "key": "ctrl+enter", "command": "scm.acceptInput"},
{ "key": "escape", "command": "search.action.cancel"},
{ "key": "ctrl+c", "command": "search.action.copyMatch"},
{ "key": "shift+alt+c", "command": "search.action.copyPath"},
{ "key": "f4", "command": "search.action.focusNextSearchResult"},
{ "key": "shift+f4", "command": "search.action.focusPreviousSearchResult"},
{ "key": "ctrl+up", "command": "search.action.focusSearchFromResults"},
{ "key": "ctrl+enter", "command": "search.action.openResultToSide"},
{ "key": "delete", "command": "search.action.remove"},
{ "key": "ctrl+shift+1", "command": "search.action.replace"},
{ "key": "ctrl+alt+enter", "command": "search.action.replaceAll"},
{ "key": "ctrl+shift+enter", "command": "search.action.replaceAllInFile"},
{ "key": "ctrl+shift+1", "command": "search.action.replaceAllInFile"},
{ "key": "ctrl+shift+enter", "command": "search.action.replaceAllInFolder"},
{ "key": "ctrl+shift+1", "command": "search.action.replaceAllInFolder"},
{ "key": "ctrl+down", "command": "search.focus.nextInputBox"},
{ "key": "ctrl+up", "command": "search.focus.previousInputBox"},
{ "key": "ctrl+shift+l", "command": "selectAllSearchEditorMatches"},
{ "key": "down", "command": "settings.action.focusSettingsFromSearch"},
{ "key": "enter", "command": "settings.action.focusSettingsList"},
{ "key": "shift+f9", "command": "settings.action.showContextMenu"},
{ "key": "alt+c", "command": "toggleSearchCaseSensitive"},
{ "key": "alt+c", "command": "toggleSearchEditorCaseSensitive"},
{ "key": "alt+l", "command": "toggleSearchEditorContextLines"},
{ "key": "alt+r", "command": "toggleSearchEditorRegex"},
{ "key": "alt+w", "command": "toggleSearchEditorWholeWord"},
{ "key": "alt+r", "command": "toggleSearchRegex"},
{ "key": "alt+w", "command": "toggleSearchWholeWord"},
{ "key": "ctrl+w", "command": "workbench.action.closeActiveEditor" },
{ "key": "ctrl+f4", "command": "workbench.action.closeActiveEditor" },
{ "key": "ctrl+k ctrl+w", "command": "workbench.action.closeAllEditors" },
{ "key": "ctrl+k ctrl+shift+w", "command": "workbench.action.closeAllGroups" },
{ "key": "ctrl+k w", "command": "workbench.action.closeEditorsInGroup" },
{ "key": "ctrl+k f", "command": "workbench.action.closeFolder" },
{ "key": "ctrl+w", "command": "workbench.action.closeGroup"},
{ "key": "ctrl+f4", "command": "workbench.action.closeGroup"},
{ "key": "shift+escape", "command": "workbench.action.closeQuickOpen"},
{ "key": "escape", "command": "workbench.action.closeQuickOpen"},
{ "key": "ctrl+k u", "command": "workbench.action.closeUnmodifiedEditors" },
{ "key": "ctrl+shift+w", "command": "workbench.action.closeWindow" },
{ "key": "ctrl+w", "command": "workbench.action.closeWindow"},
{ "key": "alt+f5", "command": "workbench.action.compareEditor.nextChange"},
{ "key": "shift+alt+f5", "command": "workbench.action.compareEditor.previousChange"},
{ "key": "f5", "command": "workbench.action.debug.continue"},
{ "key": "f6", "command": "workbench.action.debug.pause"},
{ "key": "ctrl+shift+f5", "command": "workbench.action.debug.restart"},
{ "key": "ctrl+f5", "command": "workbench.action.debug.run" },
{ "key": "f5", "command": "workbench.action.debug.start"},
{ "key": "shift+f11", "command": "workbench.action.debug.stepOut"},
{ "key": "f10", "command": "workbench.action.debug.stepOver"},
{ "key": "shift+f5", "command": "workbench.action.debug.stop"},
{ "key": "ctrl+k m", "command": "workbench.action.editor.changeLanguageMode" },
{ "key": "ctrl+k p", "command": "workbench.action.files.copyPathOfActiveFile" },
{ "key": "ctrl+n", "command": "workbench.action.files.newUntitledFile" },
{ "key": "ctrl+o", "command": "workbench.action.files.openFile" },
{ "key": "ctrl+k ctrl+o", "command": "workbench.action.files.openFolder" },
{ "key": "ctrl+o", "command": "workbench.action.files.openLocalFile"},
{ "key": "ctrl+k ctrl+o", "command": "workbench.action.files.openLocalFolder"},
{ "key": "ctrl+k r", "command": "workbench.action.files.revealActiveFileInWindows" },
{ "key": "ctrl+s", "command": "workbench.action.files.save" },
{ "key": "ctrl+k s", "command": "workbench.action.files.saveAll" },
{ "key": "ctrl+shift+s", "command": "workbench.action.files.saveAs" },
{ "key": "ctrl+shift+s", "command": "workbench.action.files.saveLocalFile"},
{ "key": "ctrl+k ctrl+shift+s", "command": "workbench.action.files.saveWithoutFormatting" },
{ "key": "ctrl+k o", "command": "workbench.action.files.showOpenedFileInNewWindow" },
{ "key": "ctrl+shift+f", "command": "workbench.action.findInFiles" },
{ "key": "ctrl+k ctrl+up", "command": "workbench.action.focusAboveGroup" },
{ "key": "ctrl+k ctrl+down", "command": "workbench.action.focusBelowGroup" },
{ "key": "ctrl+8", "command": "workbench.action.focusEighthEditorGroup" },
{ "key": "ctrl+5", "command": "workbench.action.focusFifthEditorGroup" },
{ "key": "ctrl+1", "command": "workbench.action.focusFirstEditorGroup" },
{ "key": "ctrl+4", "command": "workbench.action.focusFourthEditorGroup" },
{ "key": "ctrl+k ctrl+left", "command": "workbench.action.focusLeftGroup" },
{ "key": "ctrl+k ctrl+right", "command": "workbench.action.focusRightGroup" },
{ "key": "ctrl+2", "command": "workbench.action.focusSecondEditorGroup" },
{ "key": "ctrl+7", "command": "workbench.action.focusSeventhEditorGroup" },
{ "key": "ctrl+0", "command": "workbench.action.focusSideBar" },
{ "key": "ctrl+6", "command": "workbench.action.focusSixthEditorGroup" },
{ "key": "ctrl+3", "command": "workbench.action.focusThirdEditorGroup" },
{ "key": "ctrl+g", "command": "workbench.action.gotoLine" },
{ "key": "ctrl+shift+o", "command": "workbench.action.gotoSymbol" },
{ "key": "escape", "command": "workbench.action.hideInterfaceOverview"},
{ "key": "down", "command": "workbench.action.interactivePlayground.arrowDown"},
{ "key": "up", "command": "workbench.action.interactivePlayground.arrowUp"},
{ "key": "pagedown", "command": "workbench.action.interactivePlayground.pageDown"},
{ "key": "pageup", "command": "workbench.action.interactivePlayground.pageUp"},
{ "key": "ctrl+k enter", "command": "workbench.action.keepEditor" },
{ "key": "ctrl+k ctrl+r", "command": "workbench.action.keybindingsReference" },
{ "key": "ctrl+9", "command": "workbench.action.lastEditorInGroup" },
{ "key": "alt+0", "command": "workbench.action.lastEditorInGroup" },
{ "key": "ctrl+k down", "command": "workbench.action.moveActiveEditorGroupDown" },
{ "key": "ctrl+k left", "command": "workbench.action.moveActiveEditorGroupLeft" },
{ "key": "ctrl+k right", "command": "workbench.action.moveActiveEditorGroupRight" },
{ "key": "ctrl+k up", "command": "workbench.action.moveActiveEditorGroupUp" },
{ "key": "ctrl+shift+pageup", "command": "workbench.action.moveEditorLeftInGroup" },
{ "key": "ctrl+shift+pagedown", "command": "workbench.action.moveEditorRightInGroup" },
{ "key": "shift+alt+1", "command": "workbench.action.moveEditorToFirstGroup" },
{ "key": "shift+alt+9", "command": "workbench.action.moveEditorToLastGroup" },
{ "key": "ctrl+alt+right", "command": "workbench.action.moveEditorToNextGroup" },
{ "key": "ctrl+alt+left", "command": "workbench.action.moveEditorToPreviousGroup" },
{ "key": "alt+left", "command": "workbench.action.navigateBack" },
{ "key": "alt+right", "command": "workbench.action.navigateForward" },
{ "key": "ctrl+k ctrl+q", "command": "workbench.action.navigateToLastEditLocation" },
{ "key": "ctrl+shift+n", "command": "workbench.action.newWindow" },
{ "key": "ctrl+pagedown", "command": "workbench.action.nextEditor" },
{ "key": "ctrl+k ctrl+pagedown", "command": "workbench.action.nextEditorInGroup" },
{ "key": "alt+1", "command": "workbench.action.openEditorAtIndex1" },
{ "key": "alt+2", "command": "workbench.action.openEditorAtIndex2" },
{ "key": "alt+3", "command": "workbench.action.openEditorAtIndex3" },
{ "key": "alt+4", "command": "workbench.action.openEditorAtIndex4" },
{ "key": "alt+5", "command": "workbench.action.openEditorAtIndex5" },
{ "key": "alt+6", "command": "workbench.action.openEditorAtIndex6" },
{ "key": "alt+7", "command": "workbench.action.openEditorAtIndex7" },
{ "key": "alt+8", "command": "workbench.action.openEditorAtIndex8" },
{ "key": "alt+9", "command": "workbench.action.openEditorAtIndex9" },
{ "key": "ctrl+k ctrl+s", "command": "workbench.action.openGlobalKeybindings" },
{ "key": "ctrl+r", "command": "workbench.action.openRecent" },
{ "key": "ctrl+oem_comma", "command": "workbench.action.openSettings" },
{ "key": "ctrl+shift+u", "command": "workbench.action.output.toggleOutput" },
{ "key": "ctrl+pageup", "command": "workbench.action.previousEditor" },
{ "key": "ctrl+k ctrl+pageup", "command": "workbench.action.previousEditorInGroup" },
{ "key": "ctrl+e", "command": "workbench.action.quickOpen" },
{ "key": "ctrl+p", "command": "workbench.action.quickOpen" },
{ "key": "ctrl+shift+tab", "command": "workbench.action.quickOpenLeastRecentlyUsedEditorInGroup" },
{ "key": "ctrl+tab", "command": "workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup" },
{ "key": "ctrl+q", "command": "workbench.action.quickOpenView" },
{ "key": "ctrl+shift+t", "command": "workbench.action.reopenClosedEditor" },
{ "key": "ctrl+shift+h", "command": "workbench.action.replaceInFiles" },
{ "key": "ctrl+shift+j", "command": "workbench.action.search.toggleQueryDetails"},
{ "key": "ctrl+k ctrl+t", "command": "workbench.action.selectTheme" },
{ "key": "ctrl+k ctrl+p", "command": "workbench.action.showAllEditors" },
{ "key": "ctrl+t", "command": "workbench.action.showAllSymbols" },
{ "key": "f1", "command": "workbench.action.showCommands" },
{ "key": "ctrl+shift+p", "command": "workbench.action.showCommands" },
{ "key": "ctrl+oem_5", "command": "workbench.action.splitEditor" },
{ "key": "ctrl+k ctrl+oem_5", "command": "workbench.action.splitEditorOrthogonal" },
{ "key": "ctrl+shift+b", "command": "workbench.action.tasks.build" },
{ "key": "escape", "command": "workbench.action.terminal.clearSelection"},
{ "key": "ctrl+shift+c", "command": "workbench.action.terminal.copySelection"},
{ "key": "ctrl+c", "command": "workbench.action.terminal.copySelection"},
{ "key": "ctrl+backspace", "command": "workbench.action.terminal.deleteWordLeft"},
{ "key": "ctrl+delete", "command": "workbench.action.terminal.deleteWordRight"},
{ "key": "shift+enter", "command": "workbench.action.terminal.findNext"},
{ "key": "f3", "command": "workbench.action.terminal.findNext"},
{ "key": "f3", "command": "workbench.action.terminal.findNext"},
{ "key": "enter", "command": "workbench.action.terminal.findPrevious"},
{ "key": "shift+f3", "command": "workbench.action.terminal.findPrevious"},
{ "key": "shift+f3", "command": "workbench.action.terminal.findPrevious"},
{ "key": "ctrl+f", "command": "workbench.action.terminal.focusFindWidget"},
{ "key": "ctrl+f", "command": "workbench.action.terminal.focusFindWidget"},
{ "key": "alt+down", "command": "workbench.action.terminal.focusNextPane"},
{ "key": "alt+right", "command": "workbench.action.terminal.focusNextPane"},
{ "key": "alt+up", "command": "workbench.action.terminal.focusPreviousPane"},
{ "key": "alt+left", "command": "workbench.action.terminal.focusPreviousPane"},
{ "key": "shift+escape", "command": "workbench.action.terminal.hideFindWidget"},
{ "key": "escape", "command": "workbench.action.terminal.hideFindWidget"},
{ "key": "escape", "command": "workbench.action.terminal.navigationModeExit"},
{ "key": "ctrl+down", "command": "workbench.action.terminal.navigationModeFocusNext"},
{ "key": "ctrl+down", "command": "workbench.action.terminal.navigationModeFocusNext"},
{ "key": "ctrl+up", "command": "workbench.action.terminal.navigationModeFocusPrevious"},
{ "key": "ctrl+up", "command": "workbench.action.terminal.navigationModeFocusPrevious"},
{ "key": "ctrl+shift+oem_3", "command": "workbench.action.terminal.new" },
{ "key": "ctrl+shift+c", "command": "workbench.action.terminal.openNativeConsole"},
{ "key": "ctrl+shift+v", "command": "workbench.action.terminal.paste"},
{ "key": "ctrl+v", "command": "workbench.action.terminal.paste"},
{ "key": "ctrl+alt+pagedown", "command": "workbench.action.terminal.scrollDown"},
{ "key": "shift+pagedown", "command": "workbench.action.terminal.scrollDownPage"},
{ "key": "ctrl+end", "command": "workbench.action.terminal.scrollToBottom"},
{ "key": "ctrl+home", "command": "workbench.action.terminal.scrollToTop"},
{ "key": "ctrl+alt+pageup", "command": "workbench.action.terminal.scrollUp"},
{ "key": "shift+pageup", "command": "workbench.action.terminal.scrollUpPage"},
{ "key": "ctrl+shift+5", "command": "workbench.action.terminal.split"},
{ "key": "alt+c", "command": "workbench.action.terminal.toggleFindCaseSensitive"},
{ "key": "alt+c", "command": "workbench.action.terminal.toggleFindCaseSensitive"},
{ "key": "alt+r", "command": "workbench.action.terminal.toggleFindRegex"},
{ "key": "alt+r", "command": "workbench.action.terminal.toggleFindRegex"},
{ "key": "alt+w", "command": "workbench.action.terminal.toggleFindWholeWord"},
{ "key": "alt+w", "command": "workbench.action.terminal.toggleFindWholeWord"},
{ "key": "ctrl+oem_3", "command": "workbench.action.terminal.toggleTerminal" },
{ "key": "shift+alt+0", "command": "workbench.action.toggleEditorGroupLayout" },
{ "key": "f11", "command": "workbench.action.toggleFullScreen" },
{ "key": "ctrl+j", "command": "workbench.action.togglePanel" },
{ "key": "ctrl+b", "command": "workbench.action.toggleSidebarVisibility" },
{ "key": "ctrl+k z", "command": "workbench.action.toggleZenMode" },
{ "key": "ctrl+numpad_add", "command": "workbench.action.zoomIn" },
{ "key": "ctrl+shift+oem_plus", "command": "workbench.action.zoomIn" },
{ "key": "ctrl+oem_plus", "command": "workbench.action.zoomIn" },
{ "key": "ctrl+numpad_subtract", "command": "workbench.action.zoomOut" },
{ "key": "ctrl+shift+oem_minus", "command": "workbench.action.zoomOut" },
{ "key": "ctrl+oem_minus", "command": "workbench.action.zoomOut" },
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems" },
{ "key": "ctrl+shift+y", "command": "workbench.debug.action.toggleRepl" },
{ "key": "ctrl+k ctrl+m", "command": "workbench.extensions.action.showRecommendedKeymapExtensions" },
{ "key": "ctrl+k c", "command": "workbench.files.action.compareWithClipboard" },
{ "key": "ctrl+k d", "command": "workbench.files.action.compareWithSaved" },
{ "key": "ctrl+k e", "command": "workbench.files.action.focusOpenEditorsView"},
{ "key": "ctrl+shift+d", "command": "workbench.view.debug" },
{ "key": "ctrl+shift+e", "command": "workbench.view.explorer" },
{ "key": "ctrl+shift+x", "command": "workbench.view.extensions" },
{ "key": "ctrl+shift+g", "command": "workbench.view.scm" },
{ "key": "ctrl+shift+f", "command": "workbench.view.search"},
{ "key": "ctrl+right", "command": "breadcrumbs.focusNextWithPicker"},
{ "key": "ctrl+left", "command": "breadcrumbs.focusPreviousWithPicker"},
{ "key": "escape", "command": "breadcrumbs.selectEditor"},
{ "key": "f2", "command": "debug.renameWatchExpression"},
{ "key": "f2", "command": "debug.setVariable"},
{ "key": "space", "command": "debug.toggleBreakpoint"},
{ "key": "shift+delete", "command": "deleteFile"},
{ "key": "delete", "command": "deleteFile"},
{ "key": "escape", "command": "editor.closeCallHierarchy"},
{ "key": "escape", "command": "filesExplorer.cancelCut"},
{ "key": "ctrl+c", "command": "filesExplorer.copy"},
{ "key": "ctrl+x", "command": "filesExplorer.cut"},
{ "key": "space", "command": "filesExplorer.openFilePreserveFocus"},
{ "key": "ctrl+v", "command": "filesExplorer.paste"},
{ "key": "home", "command": "firstCompressedFolder"},
{ "key": "end", "command": "lastCompressedFolder"},
{ "key": "delete", "command": "moveFileToTrash"},
{ "key": "right", "command": "nextCompressedFolder"},
{ "key": "left", "command": "previousCompressedFolder"},
{ "key": "delete", "command": "remote.tunnel.closeInline"},
{ "key": "ctrl+c", "command": "remote.tunnel.copyAddressInline"},
{ "key": "f2", "command": "remote.tunnel.label"},
{ "key": "f2", "command": "renameFile"},
{ "key": "f11", "command": "workbench.action.debug.stepInto"},
{ "key": "shift+escape", "command": "closeReferenceSearch"},
{ "key": "escape", "command": "closeReferenceSearch"},
{ "key": "escape", "command": "notifications.hideList"},
{ "key": "escape", "command": "notifications.hideToasts"},
{ "key": "alt+left", "command": "workbench.action.quickInputBack"},
{ "key": "ctrl+tab", "command": "workbench.action.quickOpenNavigateNextInEditorPicker"},
{ "key": "ctrl+e", "command": "workbench.action.quickOpenNavigateNextInFilePicker"},
{ "key": "ctrl+p", "command": "workbench.action.quickOpenNavigateNextInFilePicker"},
{ "key": "ctrl+r", "command": "workbench.action.quickOpenNavigateNextInRecentFilesPicker"},
{ "key": "ctrl+q", "command": "workbench.action.quickOpenNavigateNextInViewPicker"},
{ "key": "ctrl+shift+tab", "command": "workbench.action.quickOpenNavigatePreviousInEditorPicker"},
{ "key": "ctrl+shift+e", "command": "workbench.action.quickOpenNavigatePreviousInFilePicker"},
{ "key": "ctrl+shift+p", "command": "workbench.action.quickOpenNavigatePreviousInFilePicker"},
{ "key": "ctrl+shift+r", "command": "workbench.action.quickOpenNavigatePreviousInRecentFilesPicker"},
{ "key": "ctrl+shift+q", "command": "workbench.action.quickOpenNavigatePreviousInViewPicker"},
{ "key": "ctrl+r", "command": "workbench.action.reloadWindow"},
{ "key": "ctrl+shift+i", "command": "workbench.action.toggleDevTools"},
{ "key": "ctrl+f4", "command": "extension.node-debug.pickLoadedScript"},
{ "key": "f10", "command": "extension.node-debug.startWithStopOnEntry"},
{ "key": "ctrl+shift+v", "command": "markdown.showPreview"},
{ "key": "shift+alt+f12", "command": "references-view.find"},
{ "key": "ctrl+k v", "command": "markdown.showPreviewToSide"},
{ "key": "f4", "command": "references-view.next"},
{ "key": "shift+f4", "command": "references-view.prev"},
{ "key": "shift+alt+h", "command": "references-view.showCallHierarchy"},
{ "key": "alt+o", "command": "C_Cpp.SwitchHeaderSource"},
{ "key": "left", "command": "gitlens.key.left"},
{ "key": "ctrl+enter", "command": "language-julia.executeJuliaCodeInREPL"},
{ "key": "ctrl+l alt+b", "command": "latex-workshop.build"},
{ "key": "ctrl+k v", "command": "markdown-preview-enhanced.openPreviewToTheSide"},
{ "key": "shift+enter", "command": "python.execSelectionInTerminal"},
{ "key": "shift+alt+r", "command": "remote-wsl.revealInExplorer"},
{ "key": "tab", "command": "unicode-math-vscode.commit_tab"},
{ "key": "alt+o", "command": "C_Cpp.SwitchHeaderSource"},
{ "key": "alt+left", "command": "gitlens.key.alt+left"},
{ "key": "shift+enter", "command": "language-julia.executeJuliaCellInREPL"},
{ "key": "ctrl+l alt+c", "command": "latex-workshop.clean"},
{ "key": "ctrl+shift+v", "command": "markdown-preview-enhanced.openPreview"},
{ "key": "shift+enter", "command": "python.datascience.execSelectionInteractive"},
{ "key": "space", "command": "unicode-math-vscode.commit_space"},
{ "key": "ctrl+left", "command": "gitlens.key.ctrl+left"},
{ "key": "alt+enter", "command": "language-julia.executeJuliaBlockInREPL"},
{ "key": "ctrl+l alt+v", "command": "latex-workshop.view"},
{ "key": "ctrl+shift+enter", "command": "markdown-preview-enhanced.runAllCodeChunks"},
{ "key": "shift+enter", "command": "python.datascience.runcurrentcelladvance"},
{ "key": "right", "command": "gitlens.key.right"},
{ "key": "ctrl+enter", "command": "language-julia.executeJuliaCodeInREPL"},
{ "key": "ctrl+l alt+j", "command": "latex-workshop.synctex"},
{ "key": "shift+enter", "command": "markdown-preview-enhanced.runCodeChunk"},
{ "key": "ctrl+enter", "command": "python.datascience.runcurrentcell"},
{ "key": "alt+right", "command": "gitlens.key.alt+right"},
{ "key": "left", "command": "language-julia.plotpane-previous"},
{ "key": "ctrl+shift+s", "command": "markdown-preview-enhanced.syncPreview"},
{ "key": "alt+enter", "command": "python.datascience.runcurrentcellandaddbelow"},
{ "key": "ctrl+l alt+x", "command": "workbench.view.extension.latex"},
{ "key": "ctrl+right", "command": "gitlens.key.ctrl+right"},
{ "key": "up", "command": "language-julia.plotpane-previous"},
{ "key": "ctrl+alt+b", "command": "latex-workshop.build"},
{ "key": "alt+oem_comma", "command": "gitlens.key.alt+,"},
{ "key": "pageup", "command": "language-julia.plotpane-previous"},
{ "key": "ctrl+alt+c", "command": "latex-workshop.clean"},
{ "key": "alt+oem_period", "command": "gitlens.key.alt+."},
{ "key": "right", "command": "language-julia.plotpane-next"},
{ "key": "ctrl+alt+v", "command": "latex-workshop.view"},
{ "key": "escape", "command": "gitlens.key.escape"},
{ "key": "down", "command": "language-julia.plotpane-next"},
{ "key": "ctrl+alt+j", "command": "latex-workshop.synctex"},
{ "key": "alt+b", "command": "gitlens.toggleFileBlame"},
{ "key": "pagedown", "command": "language-julia.plotpane-next"},
{ "key": "ctrl+alt+x", "command": "workbench.view.extension.latex"},
{ "key": "shift+alt+b", "command": "gitlens.toggleCodeLens"},
{ "key": "home", "command": "language-julia.plotpane-first"},
{ "key": "ctrl+l oem_4", "command": "latex-workshop.promote-sectioning"},
{ "key": "alt+oem_minus", "command": "gitlens.showLastQuickPick"},
{ "key": "end", "command": "language-julia.plotpane-last"},
{ "key": "ctrl+l oem_6", "command": "latex-workshop.demote-sectioning"},
{ "key": "alt+oem_2", "command": "gitlens.showCommitSearch"},
{ "key": "delete", "command": "language-julia.plotpane-delete"},
{ "key": "ctrl+alt+oem_4", "command": "latex-workshop.promote-sectioning"},
{ "key": "alt+h", "command": "gitlens.showQuickFileHistory"},
{ "key": "shift+delete", "command": "language-julia.plotpane-delete-all"},
{ "key": "ctrl+alt+oem_6", "command": "latex-workshop.demote-sectioning"},
{ "key": "shift+alt+h", "command": "gitlens.showQuickRepoHistory"},
{ "key": "ctrl+l ctrl+enter", "command": "latex-workshop.shortcut.item"},
{ "key": "alt+s", "command": "gitlens.showQuickRepoStatus"},
{ "key": "ctrl+l ctrl+b", "command": "latex-workshop.shortcut.textbf"},
{ "key": "alt+c", "command": "gitlens.showQuickCommitFileDetails"},
{ "key": "ctrl+l ctrl+i", "command": "latex-workshop.shortcut.textit"},
{ "key": "alt+oem_period", "command": "gitlens.diffWithNext"},
{ "key": "ctrl+l ctrl+u", "command": "latex-workshop.shortcut.underline"},
{ "key": "alt+oem_period", "command": "gitlens.diffWithNext"},
{ "key": "ctrl+l ctrl+e", "command": "latex-workshop.shortcut.emph"},
{ "key": "alt+oem_period", "command": "gitlens.diffWithNextInDiffLeft"},
{ "key": "ctrl+l ctrl+r", "command": "latex-workshop.shortcut.textrm"},
{ "key": "alt+oem_comma", "command": "gitlens.diffWithPrevious"},
{ "key": "ctrl+l ctrl+t", "command": "latex-workshop.shortcut.texttt"},
{ "key": "alt+oem_comma", "command": "gitlens.diffWithPrevious"},
{ "key": "ctrl+l ctrl+s", "command": "latex-workshop.shortcut.textsl"},
{ "key": "alt+oem_comma", "command": "gitlens.diffWithPreviousInDiffRight"},
{ "key": "ctrl+l ctrl+c", "command": "latex-workshop.shortcut.textsc"},
{ "key": "shift+alt+oem_comma", "command": "gitlens.diffLineWithPrevious"},
{ "key": "ctrl+l ctrl+n", "command": "latex-workshop.shortcut.textnormal"},
{ "key": "shift+alt+oem_period", "command": "gitlens.diffWithWorking"},
{ "key": "ctrl+l ctrl+6", "command": "latex-workshop.shortcut.textsuperscript"},
{ "key": "alt+w", "command": "gitlens.diffLineWithWorking"},
{ "key": "ctrl+l ctrl+oem_minus", "command": "latex-workshop.shortcut.textsubscript"},
{ "key": "ctrl+shift+g b", "command": "gitlens.toggleFileBlame"},
{ "key": "ctrl+m ctrl+b", "command": "latex-workshop.shortcut.mathbf"},
{ "key": "ctrl+shift+g shift+b", "command": "gitlens.toggleCodeLens"},
{ "key": "ctrl+m ctrl+i", "command": "latex-workshop.shortcut.mathit"},
{ "key": "ctrl+shift+g oem_minus", "command": "gitlens.showLastQuickPick"},
{ "key": "ctrl+m ctrl+r", "command": "latex-workshop.shortcut.mathrm"},
{ "key": "ctrl+shift+g oem_2", "command": "gitlens.showCommitSearch"},
{ "key": "ctrl+m ctrl+t", "command": "latex-workshop.shortcut.mathtt"},
{ "key": "ctrl+shift+g h", "command": "gitlens.showQuickFileHistory"},
{ "key": "ctrl+m ctrl+s", "command": "latex-workshop.shortcut.mathsf"},
{ "key": "ctrl+shift+g shift+h", "command": "gitlens.showQuickRepoHistory"},
{ "key": "ctrl+m ctrl+shift+b", "command": "latex-workshop.shortcut.mathbb"},
{ "key": "ctrl+shift+g s", "command": "gitlens.showQuickRepoStatus"},
{ "key": "ctrl+m ctrl+c", "command": "latex-workshop.shortcut.mathcal"},
{ "key": "ctrl+l ctrl+l", "command": "expandLineSelection"},
{ "key": "ctrl+shift+g c", "command": "gitlens.showQuickCommitFileDetails"},
{ "key": "ctrl+l ctrl+m", "command": "editor.action.toggleTabFocusMode"},
{ "key": "ctrl+shift+g oem_period", "command": "gitlens.diffWithNext"},
{ "key": "ctrl+shift+g oem_period", "command": "gitlens.diffWithNext"},
{ "key": "ctrl+l ctrl+w", "command": "latex-workshop.surround"},
{ "key": "ctrl+shift+g oem_period", "command": "gitlens.diffWithNextInDiffLeft"},
{ "key": "enter", "command": "latex-workshop.onEnterKey"},
{ "key": "ctrl+shift+g oem_comma", "command": "gitlens.diffWithPrevious"},
{ "key": "enter", "command": "latex-workshop.onEnterKey"},
{ "key": "ctrl+shift+g oem_comma", "command": "gitlens.diffWithPrevious"},
{ "key": "alt+enter", "command": "latex-workshop.onAltEnterKey"},
{ "key": "ctrl+shift+g oem_comma", "command": "gitlens.diffWithPreviousInDiffRight"},
{ "key": "ctrl+shift+g shift+oem_comma", "command": "gitlens.diffLineWithPrevious"},
{ "key": "ctrl+shift+g shift+oem_period", "command": "gitlens.diffWithWorking"},
{ "key": "ctrl+shift+g w", "command": "gitlens.diffLineWithWorking"},
{ "key": "ctrl+shift+g g", "command": "workbench.view.scm"},
{ "key": "ctrl+c", "command": "gitlens.views.repositories.copy"},
{ "key": "ctrl+c", "command": "gitlens.views.fileHistory.copy"},
{ "key": "ctrl+c", "command": "gitlens.views.lineHistory.copy"},
{ "key": "ctrl+c", "command": "gitlens.views.compare.copy"},
{ "key": "ctrl+c", "command": "gitlens.views.search.copy"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment