| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 | 
							- // Place your key bindings in this file to override the defaultsauto[]
 
- [
 
-   {
 
-     "key": "shift+cmd+e",
 
-     "command": "actions.findWithSelection"
 
-   },
 
-   {
 
-     "key": "cmd+e",
 
-     "command": "-actions.findWithSelection"
 
-   },
 
-   {
 
-     "key": "cmd+e",
 
-     "command": "workbench.view.explorer"
 
-   },
 
-   {
 
-     "key": "shift+cmd+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"
 
-   },
 
-   {
 
-     "key": "k",
 
-     "command": "list.focusUp",
 
-     "when": "listFocus"
 
-   },
 
-   {
 
-     "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": "shit+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": "explorerViewletVisible && filesExplorerFocus"
 
-   },
 
-   {
 
-     "key": "o",
 
-     "command": "list.toggleExpand",
 
-     "when": "listFocus"
 
-   },
 
-   {
 
-     "key": "h",
 
-     "command": "list.collapse",
 
-     "when": "listFocus"
 
-   },
 
-   {
 
-     "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": "workbench.action.terminal.focus",
 
-     "when": "!terminalFocus"
 
-   }
 
- ]
 
 
  |