Skip to content

Instantly share code, notes, and snippets.

@MMK21Hub
Last active February 11, 2022 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MMK21Hub/95a69c83420e7c1dddd67e504b39e73f to your computer and use it in GitHub Desktop.
Save MMK21Hub/95a69c83420e7c1dddd67e504b39e73f to your computer and use it in GitHub Desktop.
Notable: Default keybindings [1.9.0-beta.0]
[
{ "shortcut": "Ctrl+K Ctrl+K Ctrl+I", "command": "devtools.toggle" },
{ "shortcut": "Ctrl+Alt+Shift+I", "command": "devtools.toggle" },
{ "shortcut": "Ctrl+Alt+Shift+/", "command": "help.tutorial" },
{ "shortcut": "Ctrl+Shift+/", "command": "help.cheatsheet" },
{ "shortcut": "Ctrl+K Ctrl+K Ctrl+P", "command": "processExplorer.toggle" },
{ "shortcut": "Ctrl+Alt+Shift+P", "command": "processExplorer.toggle" },
{ "shortcut": "Ctrl+Q", "command": "app.quit" },
{ "shortcut": "Ctrl+Alt+Shift+R", "command": "app.reload" },
{ "shortcut": "Shift+F5", "command": "app.reload" },
{ "shortcut": "Ctrl+Shift+W", "command": "window.close" },
{ "shortcut": "Ctrl+W", "command": "window.close" },
{ "shortcut": "Alt+F4", "command": "window.close" },
{ "shortcut": "Ctrl+M", "command": "window.minimize" },
{ "shortcut": "F11", "command": "window.fullscreen.toggle" },
{ "shortcut": "Esc", "command": "view.mode.focus.disable", "when": "isFocusMode" },
{ "shortcut": "Esc", "command": "view.mode.zen.disable", "when": "isZenMode" },
{ "shortcut": "Ctrl+K Ctrl+B", "command": "view.sidebar.toggle" },
{ "shortcut": "Ctrl+Alt+B", "command": "view.sidebar.toggle" },
{ "shortcut": "Ctrl+K Ctrl+M", "command": "view.middlebar.toggle" },
{ "shortcut": "Ctrl+Alt+M", "command": "view.middlebar.toggle" },
{ "shortcut": "Alt", "command": "view.menubar.enable" },
{ "shortcut": "Ctrl+K Ctrl+U", "command": "view.menubar.toggle" },
{ "shortcut": "Ctrl+Alt+U", "command": "view.menubar.toggle" },
{ "shortcut": "Ctrl+K Ctrl+S", "command": "view.statusbar.toggle" },
{ "shortcut": "Ctrl+K Ctrl+E", "command": "view.mode.centered.toggle" },
{ "shortcut": "Ctrl+Alt+E", "command": "view.mode.centered.toggle" },
{ "shortcut": "F12", "command": "view.mode.focus.toggle" },
{ "shortcut": "Ctrl+K Ctrl+F", "command": "view.mode.focus.toggle" },
{ "shortcut": "Ctrl+Alt+F", "command": "view.mode.focus.toggle" },
{ "shortcut": "Ctrl+K Ctrl+Z", "command": "view.mode.zen.toggle" },
{ "shortcut": "Ctrl+Alt+Z", "command": "view.mode.zen.toggle" },
{ "shortcut": "Ctrl+=", "command": "view.zoom.in" },
{ "shortcut": "Ctrl+-", "command": "view.zoom.out" },
{ "shortcut": "Ctrl+0", "command": "view.zoom.reset" },
{ "shortcut": "Ctrl+C", "command": "edit.copy" },
{ "shortcut": "Ctrl+X", "command": "edit.cut" },
{ "shortcut": "Backspace", "command": "edit.delete" },
{ "shortcut": "Shift+Backspace", "command": "edit.forwardDelete" },
{ "shortcut": "Delete", "command": "edit.forwardDelete" },
{ "shortcut": "Ctrl+Shift+V", "command": "edit.paste" },
{ "shortcut": "Ctrl+V", "command": "edit.paste" },
{ "shortcut": "Ctrl+Shift+Z", "command": "edit.redo" },
{ "shortcut": "Ctrl+Y", "command": "edit.redo" },
{ "shortcut": "Ctrl+A", "command": "edit.selectAll" },
{ "shortcut": "Ctrl+Z", "command": "edit.undo" },
{ "shortcut": "Ctrl+Shift+X", "command": "palette.cwd" },
{ "shortcut": "Ctrl+Shift+O", "command": "cwd.open", "when": "hasCWD" },
{ "shortcut": "F5", "command": "cwd.reload", "when": "hasCWD" },
{ "shortcut": "Ctrl+Alt+Shift+E", "command": "note.metadata.editor.toggle", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Shift+T", "command": "tags.editor.toggle", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Shift+A", "command": "attachments.editor.toggle", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Shift+,", "command": "shortcuts.editor.toggle" },
{ "shortcut": "Ctrl+,", "command": "settings.editor.toggle" },
{ "shortcut": "Ctrl+Shift+S", "command": "export", "when": "hasTab || isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Alt+Home", "command": "tag.first" },
{ "shortcut": "Ctrl+Alt+End", "command": "tag.last" },
{ "shortcut": "Ctrl+Alt+PageUp", "command": "tag.previous" },
{ "shortcut": "Ctrl+Alt+Shift+T", "command": "tag.previous" },
{ "shortcut": "Ctrl+Alt+PageDown", "command": "tag.next" },
{ "shortcut": "Ctrl+Alt+T", "command": "tag.next" },
{ "shortcut": "Ctrl+Shift+H", "command": "note.go.heading.previous", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+H", "command": "note.go.heading.next", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Alt+O", "command": "note.open", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Alt+R", "command": "note.reveal", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+N", "command": "note.new", "when": "hasCWD" },
{ "shortcut": "Ctrl+Alt+Shift+N", "command": "note.newFromTemplate", "when": "hasTab && isNoteTemplate && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Shift+N", "command": "note.duplicate", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+D", "command": "note.toggleFavorite", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Shift+D", "command": "note.togglePin", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Delete", "command": "note.trash", "when": "hasTab && !isNoteTrashed && !isEditableFocused && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Backspace", "command": "note.trash", "when": "hasTab && !isNoteTrashed && !isEditableFocused && !isMultiNoteEditorOpen" },
{ "shortcut": "Shift+Delete", "command": "note.untrash", "when": "hasTab && isNoteTrashed && !isEditorFocused && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Shift+Backspace", "command": "note.untrash", "when": "hasTab && isNoteTrashed && !isEditorFocused && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Alt+Shift+Backspace", "command": "note.delete", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Shift+F", "command": "search.focus" },
{ "shortcut": "Ctrl+F", "command": "search.focus" },
{ "shortcut": "Ctrl+R", "command": "palette.searchWithCurrent", "when": "isSearchFocused" },
{ "shortcut": "Home", "command": "search.item.first", "when": "isSearchFocused" },
{ "shortcut": "End", "command": "search.item.last", "when": "isSearchFocused" },
{ "shortcut": "Shift+F3", "command": "search.item.previous" },
{ "shortcut": "Ctrl+Shift+Tab", "command": "search.item.previous" },
{ "shortcut": "Ctrl+PageUp", "command": "search.item.previous", "when": "!isEditableFocused" },
{ "shortcut": "PageUp", "command": "search.item.previous", "when": "isSearchFocused" },
{ "shortcut": "Left", "command": "search.item.previous", "when": "!isEditableFocused" },
{ "shortcut": "Up", "command": "search.item.previous", "when": "isSearchFocused" },
{ "shortcut": "F3", "command": "search.item.next" },
{ "shortcut": "Ctrl+Tab", "command": "search.item.next" },
{ "shortcut": "Ctrl+PageDown", "command": "search.item.next", "when": "!isEditableFocused" },
{ "shortcut": "PageDown", "command": "search.item.next", "when": "isSearchFocused" },
{ "shortcut": "Right", "command": "search.item.next", "when": "!isEditableFocused" },
{ "shortcut": "Down", "command": "search.item.next", "when": "isSearchFocused" },
{ "shortcut": "Ctrl+Alt+1", "command": "search.item.openIndex", "args": [0] },
{ "shortcut": "Ctrl+Alt+2", "command": "search.item.openIndex", "args": [1] },
{ "shortcut": "Ctrl+Alt+3", "command": "search.item.openIndex", "args": [2] },
{ "shortcut": "Ctrl+Alt+4", "command": "search.item.openIndex", "args": [3] },
{ "shortcut": "Ctrl+Alt+5", "command": "search.item.openIndex", "args": [4] },
{ "shortcut": "Ctrl+Alt+6", "command": "search.item.openIndex", "args": [5] },
{ "shortcut": "Ctrl+Alt+7", "command": "search.item.openIndex", "args": [6] },
{ "shortcut": "Ctrl+Alt+8", "command": "search.item.openIndex", "args": [7] },
{ "shortcut": "Ctrl+Alt+9", "command": "search.item.openIndex", "args": [8] },
{ "shortcut": "Ctrl+1", "command": "search.item.openIndex", "args": [0] },
{ "shortcut": "Ctrl+2", "command": "search.item.openIndex", "args": [1] },
{ "shortcut": "Ctrl+3", "command": "search.item.openIndex", "args": [2] },
{ "shortcut": "Ctrl+4", "command": "search.item.openIndex", "args": [3] },
{ "shortcut": "Ctrl+5", "command": "search.item.openIndex", "args": [4] },
{ "shortcut": "Ctrl+6", "command": "search.item.openIndex", "args": [5] },
{ "shortcut": "Ctrl+7", "command": "search.item.openIndex", "args": [6] },
{ "shortcut": "Ctrl+8", "command": "search.item.openIndex", "args": [7] },
{ "shortcut": "Ctrl+9", "command": "search.item.openIndex", "args": [8] },
{ "shortcut": "Ctrl+T", "command": "tab.new" },
{ "shortcut": "Ctrl+W", "command": "tab.close", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Home", "command": "tab.first", "when": "hasTabs && !isEditableFocused" },
{ "shortcut": "Ctrl+End", "command": "tab.last", "when": "hasTabs && !isEditableFocused" },
{ "shortcut": "Ctrl+PageUp", "command": "tab.previous", "when": "hasTabs && !isEditableFocused" },
{ "shortcut": "Ctrl+Shift+Tab", "command": "tab.previous", "when": "hasTabs" },
{ "shortcut": "Ctrl+PageDown", "command": "tab.next", "when": "hasTabs && !isEditableFocused" },
{ "shortcut": "Ctrl+Tab", "command": "tab.next", "when": "hasTabs" },
{ "shortcut": "Ctrl+1", "command": "tab.openIndex", "args": [0], "when": "hasTabs" },
{ "shortcut": "Ctrl+2", "command": "tab.openIndex", "args": [1], "when": "hasTabs" },
{ "shortcut": "Ctrl+3", "command": "tab.openIndex", "args": [2], "when": "hasTabs" },
{ "shortcut": "Ctrl+4", "command": "tab.openIndex", "args": [3], "when": "hasTabs" },
{ "shortcut": "Ctrl+5", "command": "tab.openIndex", "args": [4], "when": "hasTabs" },
{ "shortcut": "Ctrl+6", "command": "tab.openIndex", "args": [5], "when": "hasTabs" },
{ "shortcut": "Ctrl+7", "command": "tab.openIndex", "args": [6], "when": "hasTabs" },
{ "shortcut": "Ctrl+8", "command": "tab.openIndex", "args": [7], "when": "hasTabs" },
{ "shortcut": "Ctrl+9", "command": "tab.openIndex", "args": [8], "when": "hasTabs" },
{ "shortcut": "Ctrl+K Ctrl+W", "command": "tabs.close", "when": "hasTab" },
{ "shortcut": "Ctrl+Shift+H", "command": "preview.go.heading.previous", "when": "isPreviewFocused && !isNotePreviewFocused" },
{ "shortcut": "Ctrl+H", "command": "preview.go.heading.next", "when": "isPreviewFocused && !isNotePreviewFocused" },
{ "shortcut": "Ctrl+A", "command": "preview.selectAll", "when": "hasTab && !isMultiNoteEditorOpen && !isEditableFocused" },
{ "shortcut": "Esc", "command": "editor.close", "when": "isNoteEditorFocused" },
{ "shortcut": "Esc", "command": "editor.mode.split.disable", "when": "isNoteEditorFocused && isNoteEditorSplitMode" },
{ "shortcut": "Ctrl+Alt+S", "command": "editor.mode.split.toggle", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+Shift+E", "command": "editor.toggle", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+E", "command": "editor.toggle", "when": "hasTab && !isMultiNoteEditorOpen" },
{ "shortcut": "Ctrl+E", "command": "editor.mode.split.disable", "when": "hasTab && isNoteEditorSplitMode && !isMultiNoteEditorOpen" },
{ "shortcut": "Esc", "command": "notes.selection.clear", "when": "isMultiNoteEditorOpen && !isEditableFocused" },
{ "shortcut": "Ctrl+Alt+C", "command": "notes.selection.clear" },
{ "shortcut": "Ctrl+Alt+A", "command": "notes.selection.all" },
{ "shortcut": "Ctrl+Alt+I", "command": "notes.selection.invert" },
{ "shortcut": "F8", "command": "spellChecker.toggle" },
{ "shortcut": "F9", "command": "spellChecker.word.next", "when": "isEditorFocused" },
{ "shortcut": "Shift+F9", "command": "spellChecker.word.previous", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Space", "command": "editor.autocomplete", "when": "isEditorFocused && hasEditorCursor" },
{ "shortcut": "Ctrl+.", "command": "editor.autocomplete.spelling", "when": "isEditorFocused && hasEditorCursor" },
{ "shortcut": "Shift+Esc", "command": "editor.cursor.clear", "when": "isEditorFocused && hasEditorCursors" },
{ "shortcut": "Shift+Esc", "command": "editor.selection.clear", "when": "isEditorFocused && hasEditorSelection" },
{ "shortcut": "Esc", "command": "editor.cursor.clear", "when": "isEditorFocused && hasEditorCursors" },
{ "shortcut": "Esc", "command": "editor.selection.clear", "when": "isEditorFocused && hasEditorSelection" },
{ "shortcut": "Esc", "command": "editor.selection.anchor.clear", "when": "isEditorFocused && hasEditorSelectionAnchor" },
{ "shortcut": "Ctrl+/", "command": "editor.comment.toggle", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+C", "command": "editor.copy", "when": "isEditorFocused" },
{ "shortcut": "Alt+Shift+Up", "command": "editor.copy.line.up", "when": "isEditorFocused" },
{ "shortcut": "Alt+Shift+Down", "command": "editor.copy.line.down", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+X", "command": "editor.cut", "when": "isEditorFocused" },
{ "shortcut": "Backspace", "command": "editor.delete", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+K", "command": "editor.delete.line", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Backspace", "command": "editor.delete.line.start", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Delete", "command": "editor.delete.line.end", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Backspace", "command": "editor.delete.word.start", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Delete", "command": "editor.delete.word.end", "when": "isEditorFocused" },
{ "shortcut": "Shift+Backspace", "command": "editor.forwardDelete", "when": "isEditorFocused" },
{ "shortcut": "Delete", "command": "editor.forwardDelete", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Alt+[", "command": "editor.fold", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+0", "command": "editor.fold.all", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+1", "command": "editor.fold.level1", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+2", "command": "editor.fold.level2", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+3", "command": "editor.fold.level3", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+4", "command": "editor.fold.level4", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+5", "command": "editor.fold.level5", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+6", "command": "editor.fold.level6", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+7", "command": "editor.fold.level7", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Alt+]", "command": "editor.unfold", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+Shift+0", "command": "editor.unfold.all", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+J", "command": "editor.unfold.all", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+B", "command": "editor.formatting.bold.toggle", "when": "isEditorFocused && editorLanguage === \"markdown\"" },
{ "shortcut": "Ctrl+I", "command": "editor.formatting.italic.toggle", "when": "isEditorFocused && editorLanguage === \"markdown\"" },
{ "shortcut": "Ctrl+Alt+Enter", "command": "editor.link.open", "when": "isEditorFocused" },
{ "shortcut": "Alt+Up", "command": "editor.move.line.up", "when": "isEditorFocused" },
{ "shortcut": "Alt+Down", "command": "editor.move.line.down", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+V", "command": "editor.pasteAsText", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+V", "command": "editor.paste", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+Z", "command": "editor.redo", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Y", "command": "editor.redo", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Z", "command": "editor.undo", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+S", "command": "editor.save", "when": "isEditorFocused" },
{ "shortcut": "F7", "command": "editor.go.highlight.next", "when": "isEditorFocused" },
{ "shortcut": "Shift+F7", "command": "editor.go.highlight.previous", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+[", "command": "editor.heading.decrease", "when": "isEditorFocused && editorLanguage === \"markdown\"" },
{ "shortcut": "Ctrl+Shift+]", "command": "editor.heading.increase", "when": "isEditorFocused && editorLanguage === \"markdown\"" },
{ "shortcut": "Tab", "command": "editor.indent", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+]", "command": "editor.indent.line", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Alt+Up", "command": "editor.insert.cursor.up", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Alt+Down", "command": "editor.insert.cursor.down", "when": "isEditorFocused" },
{ "shortcut": "Alt+Shift+I", "command": "editor.insert.cursor.line.end", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+Enter", "command": "editor.insert.line.up", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Enter", "command": "editor.insert.line.down", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K T", "command": "editor.insert.timestamp", "when": "isEditorFocused" },
{ "shortcut": "Shift+Tab", "command": "editor.outdent", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+[", "command": "editor.outdent.line", "when": "isEditorFocused" },
{ "shortcut": "Left", "command": "editor.cursor.left", "when": "isEditorFocused" },
{ "shortcut": "Right", "command": "editor.cursor.right", "when": "isEditorFocused" },
{ "shortcut": "Up", "command": "editor.cursor.up", "when": "isEditorFocused" },
{ "shortcut": "Down", "command": "editor.cursor.down", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Home", "command": "editor.cursor.top", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+End", "command": "editor.cursor.bottom", "when": "isEditorFocused" },
{ "shortcut": "Home", "command": "editor.cursor.line.start", "when": "isEditorFocused" },
{ "shortcut": "End", "command": "editor.cursor.line.end", "when": "isEditorFocused" },
{ "shortcut": "PageUp", "command": "editor.cursor.page.up", "when": "isEditorFocused" },
{ "shortcut": "PageDown", "command": "editor.cursor.page.down", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Left", "command": "editor.cursor.word.start", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Right", "command": "editor.cursor.word.end", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+U", "command": "editor.cursor.redo", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Alt+Shift+Z", "command": "editor.cursor.undo", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+U", "command": "editor.cursor.undo", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Up", "command": "editor.scroll.line.up", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Down", "command": "editor.scroll.line.down", "when": "isEditorFocused" },
{ "shortcut": "Alt+PageUp", "command": "editor.scroll.page.up", "when": "isEditorFocused" },
{ "shortcut": "Alt+PageDown", "command": "editor.scroll.page.down", "when": "isEditorFocused" },
{ "shortcut": "Shift+Left", "command": "editor.selection.left", "when": "isEditorFocused" },
{ "shortcut": "Shift+Right", "command": "editor.selection.right", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+Up", "command": "editor.selection.up", "when": "isEditorFocused" },
{ "shortcut": "Shift+Up", "command": "editor.selection.up", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+Down", "command": "editor.selection.down", "when": "isEditorFocused" },
{ "shortcut": "Shift+Down", "command": "editor.selection.down", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+Home", "command": "editor.selection.top", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+End", "command": "editor.selection.bottom", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+L", "command": "editor.selection.highlight.all", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+Left", "command": "editor.selection.line.start", "when": "isEditorFocused" },
{ "shortcut": "Shift+Home", "command": "editor.selection.line.start", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+Right", "command": "editor.selection.line.end", "when": "isEditorFocused" },
{ "shortcut": "Shift+End", "command": "editor.selection.line.end", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+L", "command": "editor.selection.line.expand", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+D", "command": "editor.selection.next.cursor.add", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+K Ctrl+D", "command": "editor.selection.next.cursor.move", "when": "isEditorFocused" },
{ "shortcut": "Shift+PageUp", "command": "editor.selection.page.up", "when": "isEditorFocused" },
{ "shortcut": "Shift+PageDown", "command": "editor.selection.page.down", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+Left", "command": "editor.selection.word.start", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Shift+Right", "command": "editor.selection.word.end", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+A", "command": "editor.selection.all", "when": "isEditorFocused" },
{ "shortcut": "Ctrl+Alt+Shift+A", "command": "editor.table.format.all", "when": "isEditorFocused && editorLanguage === \"markdown\"" },
{ "shortcut": "Ctrl+Alt+Shift+C", "command": "editor.table.format.current", "when": "isEditorFocused && editorLanguage === \"markdown\"" },
{ "shortcut": "Alt+Enter", "command": "editor.task.toggle", "when": "isEditorFocused && editorLanguage === \"markdown\"" },
{ "shortcut": "Alt+D", "command": "editor.task.toggleDone", "when": "isEditorFocused && editorLanguage === \"markdown\"" },
{ "shortcut": "Ctrl+Home", "command": "changelog.first", "when": "isChangelogOpen" },
{ "shortcut": "Ctrl+End", "command": "changelog.last", "when": "isChangelogOpen" },
{ "shortcut": "Ctrl+Shift+Tab", "command": "changelog.previous", "when": "isChangelogOpen" },
{ "shortcut": "Ctrl+Tab", "command": "changelog.next", "when": "isChangelogOpen" },
{ "shortcut": "Ctrl+Home", "command": "configurationEditor.first", "when": "isConfigurationEditorOpen" },
{ "shortcut": "Ctrl+End", "command": "configurationEditor.last", "when": "isConfigurationEditorOpen" },
{ "shortcut": "Ctrl+Shift+Tab", "command": "configurationEditor.previous", "when": "isConfigurationEditorOpen" },
{ "shortcut": "Ctrl+Tab", "command": "configurationEditor.next", "when": "isConfigurationEditorOpen" },
{ "shortcut": "Ctrl+Home", "command": "standaloneEditor.first", "when": "isStandaloneEditorOpen" },
{ "shortcut": "Ctrl+End", "command": "standaloneEditor.last", "when": "isStandaloneEditorOpen" },
{ "shortcut": "Ctrl+Shift+Tab", "command": "standaloneEditor.previous", "when": "isStandaloneEditorOpen" },
{ "shortcut": "Ctrl+Tab", "command": "standaloneEditor.next", "when": "isStandaloneEditorOpen" },
{ "shortcut": "F1", "command": "palette", "args": ["help "] },
{ "shortcut": "Ctrl+K Ctrl+H", "command": "palette", "args": ["$ "] },
{ "shortcut": "Ctrl+K Ctrl+O", "command": "palette", "args": ["# "] },
{ "shortcut": "Ctrl+K Ctrl+T", "command": "palette", "args": ["tab "] },
{ "shortcut": "Ctrl+Shift+P", "command": "palette", "args": ["> "] },
{ "shortcut": "Ctrl+P", "command": "palette" },
{ "shortcut": "Ctrl+O", "command": "palette" },
{ "shortcut": "Home", "command": "quickPick.item.first", "when": "isQuickPickOpen" },
{ "shortcut": "End", "command": "quickPick.item.last", "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+PageUp", "command": "quickPick.item.previous", "when": "isQuickPickOpen" },
{ "shortcut": "PageUp", "command": "quickPick.item.previous", "when": "isQuickPickOpen" },
{ "shortcut": "Up", "command": "quickPick.item.previous", "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+PageDown", "command": "quickPick.item.next", "when": "isQuickPickOpen" },
{ "shortcut": "PageDown", "command": "quickPick.item.next", "when": "isQuickPickOpen" },
{ "shortcut": "Down", "command": "quickPick.item.next", "when": "isQuickPickOpen" },
{ "shortcut": "Enter", "command": "quickPick.item.pick", "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+1", "command": "quickPick.item.pickIndex", "args": [0], "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+2", "command": "quickPick.item.pickIndex", "args": [1], "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+3", "command": "quickPick.item.pickIndex", "args": [2], "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+4", "command": "quickPick.item.pickIndex", "args": [3], "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+5", "command": "quickPick.item.pickIndex", "args": [4], "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+6", "command": "quickPick.item.pickIndex", "args": [5], "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+7", "command": "quickPick.item.pickIndex", "args": [6], "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+8", "command": "quickPick.item.pickIndex", "args": [7], "when": "isQuickPickOpen" },
{ "shortcut": "Ctrl+9", "command": "quickPick.item.pickIndex", "args": [8], "when": "isQuickPickOpen" },
{ "shortcut": "Esc", "command": "dialog.close", "when": "hasDialog" },
{ "shortcut": "Esc", "command": "modal.close", "when": "hasModal" },
{ "shortcut": "Esc", "command": "popover.close", "when": "hasPopover" },
{ "shortcut": "Esc", "command": "notification.close", "when": "hasNotification" },
{ "shortcut": "Esc", "command": "focus.reset", "when": "isEscapableEditableFocused" }
]
@MMK21Hub
Copy link
Author

MMK21Hub commented Feb 11, 2022

If you want to view the default shortcuts in the current Notable version, simply open the Shortcuts Editor from within the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment