123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- [
- {
- "key": "shift+ctrl+e",
- "command": "actions.findWithSelection"
- },
- {
- "key": "ctrl+e",
- "command": "-actions.findWithSelection"
- },
- {
- "key": "ctrl+e",
- "command": "workbench.view.explorer"
- },
- {
- "key": "shift+ctrl+e",
- "command": "-workbench.view.explorer"
- },
- {
- "key": "r",
- "command": "renameFile",
- "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus"
- },
- {
- "key": "enter",
- "command": "-renameFile",
- "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus"
- },
- {
- "key": "j",
- "command": "list.focusDown",
- "when": "listFocus && !inputFocus"
- },
- {
- "key": "k",
- "command": "list.focusUp",
- "when": "listFocus && !inputFocus"
- },
- {
- "key": "ctrl+j",
- "command": "selectNextSuggestion",
- "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
- },
- {
- "key": "ctrl+k",
- "command": "selectPrevSuggestion",
- "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
- },
- {
- "key": "ctrl+j",
- "command": "workbench.action.quickOpenNavigateNext",
- "when": "inQuickOpen"
- },
- {
- "key": "tab",
- "command": "selectNextSuggestion",
- "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
- },
- {
- "key": "tab",
- "command": "workbench.action.quickOpenNavigateNext",
- "when": "inQuickOpen"
- },
- {
- "key": "shift+tab",
- "command": "selectPrevSuggestion",
- "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
- },
- {
- "key": "shift+tab",
- "command": "selectPrevSuggestion",
- "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
- },
- {
- "key": "shift+tab",
- "command": "workbench.action.quickOpenNavigatePrevious",
- "when": "inQuickOpen"
- },
- {
- "key": "ctrl+k",
- "command": "workbench.action.quickOpenNavigatePrevious",
- "when": "inQuickOpen"
- },
- {
- "key": "enter",
- "command": "list.select",
- "when": "explorerViewletVisible && filesExplorerFocus"
- },
- {
- "key": "l",
- "command": "list.select",
- "when": "!inputFocus"
- },
- {
- "key": "o",
- "command": "list.toggleExpand",
- "when": "!inputFocus"
- },
- {
- "key": "h",
- "command": "list.collapse",
- "when": "explorerViewletVisible && filesExplorerFocus && !inputFocus"
- },
- {
- "key": "d",
- "command": "deleteFile",
- "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceReadonly && !inputFocus"
- },
- {
- "key": "y",
- "command": "filesExplorer.copy",
- "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus"
- },
- {
- "key": "x",
- "command": "filesExplorer.cut",
- "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus"
- },
- {
- "key": "p",
- "command": "filesExplorer.paste",
- "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceReadonly && !inputFocus"
- },
- {
- "key": "v",
- "command": "explorer.openToSide",
- "when": "explorerViewletFocus && explorerViewletVisible && !inputFocus"
- },
- {
- "key": "a",
- "command": "explorer.newFile",
- "when": "filesExplorerFocus && !inputFocus"
- },
- {
- "key": "shift+a",
- "command": "explorer.newFolder",
- "when": "filesExplorerFocus && !inputFocus"
- },
- {
- "key": "shift+;",
- "command": "insertPrevSuggestion",
- "when": "hasOtherSuggestions && textInputFocus && textInputFocus && !inSnippetMode && !suggestWidgetVisible && config.editor.tabCompletion == 'on'"
- },
- {
- "key": "ctrl+l",
- "when": "sideBarFocus",
- "command": "workbench.action.focusActiveEditorGroup"
- },
- {
- "key": "ctrl+k",
- "command": "workbench.action.focusActiveEditorGroup",
- "when": "terminalFocus"
- },
- {
- "key": "ctrl+j",
- "command": "-editor.action.insertLineAfter",
- "when": "editorTextFocus && neovim.ctrlKeysInsert && !neovim.recording && neovim.mode == 'insert'"
- },
- {
- "key": "alt+j",
- "command": "workbench.action.terminal.focus",
- "when": "!terminalFocus"
- },
- {
- "key": "ctrl+t",
- "command": "workbench.action.togglePanel"
- },
- {
- "key": "ctrl+j",
- "command": "-workbench.action.togglePanel"
- },
- {
- "key": "shift+k",
- "command": "editor.action.showHover",
- "when": "editorTextFocus && neovim.mode != 'insert'"
- },
- {
- "key": "ctrl+k ctrl+i",
- "command": "-editor.action.showHover",
- "when": "editorTextFocus"
- },
- {
- "key": "shift+tab",
- "command": "-acceptAlternativeSelectedSuggestion",
- "when": "suggestWidgetVisible && textInputFocus && textInputFocus"
- },
- {
- "key": "ctrl+f",
- "command": "-vscode-neovim.ctrl-f",
- "when": "editorTextFocus && neovim.ctrlKeysNormal && neovim.init && neovim.mode != 'insert'"
- },
- {
- "key": "shift+delete",
- "command": "-deleteFile",
- "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceReadonly && !inputFocus"
- },
- {
- "key": "shift+escape",
- "command": "notebook.cell.quitEdit",
- "when": "inputFocus && notebookEditorFocused && !editorHasSelection && !editorHoverVisible"
- },
- {
- "key": "escape",
- "command": "-notebook.cell.quitEdit",
- "when": "inputFocus && notebookEditorFocused && !editorHasSelection && !editorHoverVisible"
- },
- {
- "key": "ctrl+shift+l",
- "command": "workbench.action.increaseViewSize"
- },
- {
- "key": "ctrl+shift+h",
- "command": "workbench.action.decreaseViewSize"
- },
- {
- "key": "ctrl+shift+t",
- "command": "-workbench.action.reopenClosedEditor"
- },
- {
- "key": "ctrl+shift+t",
- "command": "workbench.action.toggleMaximizedPanel"
- }
- ]
|