[ { "key": "ctrl+b", "command": "sidebar.toggle" }, { "key": "ctrl+f", "command": "search.find" }, { "key": "ctrl+r", "command": "search.replace" }, { "key": "ctrl+g", "command": "editor.goToLine" }, { "key": "ctrl+p", "command": "command.palette" }, { "key": "ctrl+k p", "command": "file.quickOpen" }, { "key": "ctrl+o", "command": "workspace.openFolder" }, { "key": "ctrl+n", "command": "file.new" }, { "key": "ctrl+s", "command": "file.save" }, { "key": "ctrl+z", "command": "editor.undo" }, { "key": "ctrl+y", "command": "editor.redo" }, { "key": "ctrl+q", "command": "editor.quit" }, { "key": "ctrl+0", "command": "sidebar.focus" }, { "key": "alt+.", "command": "tab.next" }, { "key": "alt+,", "command": "tab.prev" }, { "key": "ctrl+w", "command": "tab.close" }, { "key": "ctrl+a", "command": "editor.selectAll" }, { "key": "ctrl+c", "command": "editor.copy" }, { "key": "ctrl+x", "command": "editor.cut" }, { "key": "ctrl+v", "command": "editor.paste" }, { "key": "f3", "command": "search.findNext" }, { "key": "shift+f3", "command": "search.findPrev" }, { "key": "ctrl+k e", "command": "sidebar.explorer" }, { "key": "ctrl+k f", "command": "sidebar.search" }, { "key": "ctrl+k r", "command": "sidebar.searchReplace" }, { "key": "ctrl+k c", "command": "sidebar.changes" }, { "key": "ctrl+k t", "command": "terminal.new" }, { "key": "ctrl+k s", "command": "file.saveAs" }, { "key": "ctrl+u", "command": "editor.autocomplete" }, { "key": "ctrl+k i", "command": "editor.hover" }, { "key": "f2", "command": "editor.rename" }, { "key": "f12", "command": "editor.goToDefinition" }, { "key": "shift+f12", "command": "editor.goToImplementation" }, { "key": "ctrl+l i", "command": "editor.goToImplementation" }, { "key": "ctrl+l f", "command": "editor.formatDocument" }, { "key": "ctrl+l e", "command": "editor.formatExternal" }, { "key": "ctrl+l s", "command": "editor.formatSelection" }, { "key": "ctrl+l o", "command": "editor.organizeImports" }, { "key": "ctrl+l x", "command": "editor.fixAll" }, { "key": "ctrl+l r", "command": "editor.findReferences" }, { "key": "ctrl+l t", "command": "editor.goToTypeDefinition" }, { "key": "ctrl+d", "command": "multicursor.selectNext" }, { "key": "ctrl+k l", "command": "multicursor.selectAll" }, { "key": "ctrl+k u", "command": "multicursor.undoCursor" }, { "key": "alt+up", "command": "editor.moveLineUp" }, { "key": "alt+down", "command": "editor.moveLineDown" }, { "key": "alt+shift+up", "command": "panel.taller" }, { "key": "alt+shift+down", "command": "panel.shorter" }, { "key": "alt+shift+left", "command": "sidebar.narrower" }, { "key": "alt+shift+right", "command": "sidebar.wider" }, { "key": "ctrl+k k", "command": "editor.deleteLine" }, { "key": "ctrl+/", "command": "editor.toggleComment" }, { "key": "ctrl+enter", "command": "editor.insertLineBelow" }, { "key": "ctrl+left", "command": "editor.moveWordLeft" }, { "key": "ctrl+right", "command": "editor.moveWordRight" }, { "key": "ctrl+shift+left", "command": "editor.selectWordLeft" }, { "key": "ctrl+shift+right", "command": "editor.selectWordRight" }, { "key": "alt+backspace", "command": "editor.deleteWordLeft" }, { "key": "alt+delete", "command": "editor.deleteWordRight" }, { "key": "ctrl+delete", "command": "editor.deleteWordRight" }, { "key": "ctrl+k o", "command": "editor.sortLinesAsc" }, { "key": "ctrl+k m", "command": "editor.goToMatchingBracket" }, { "key": "ctrl+k [", "command": "fold.toggle" }, { "key": "ctrl+k 0", "command": "fold.collapseAll" }, { "key": "ctrl+k 9", "command": "fold.expandAll" }, { "key": "ctrl+k b", "command": "panel.toggle" }, { "key": "ctrl+k j", "command": "editor.joinLines" }, { "key": "ctrl+k y", "command": "view.keybindings" }, { "key": "ctrl+k ,", "command": "settings.openUI" }, { "key": "ctrl+t", "command": "terminal.toggle" }, { "key": "alt+t", "command": "terminal.fullscreen" }, { "key": "f6", "command": "focus.nextGroup" }, { "key": "shift+f6", "command": "focus.prevGroup" }, { "key": "f10", "command": "menu.file" }, { "key": "alt+f", "command": "menu.file" }, { "key": "alt+e", "command": "menu.edit" }, { "key": "alt+s", "command": "menu.selection" }, { "key": "alt+v", "command": "menu.view" }, { "key": "alt+o", "command": "menu.options" }, { "key": "alt+h", "command": "menu.help" } ]