this string has no description
keybindings.json edited
226 lines 6.0 kB view raw
1[ 2 /* Increasing and decreasing the editor font size */ 3 { 4 "key": "cmd+[BracketRight]", 5 "command": "editor.action.fontZoomIn", 6 "when": "editorTextFocus" 7 }, 8 { 9 "key": "cmd+-", 10 "command": "editor.action.fontZoomOut", 11 "when": "editorTextFocus" 12 }, 13 { 14 "key": "cmd+0", 15 "command": "editor.action.fontZoomReset", 16 "when": "editorTextFocus" 17 }, 18 /* Increasing and decreasing the terminal font size */ 19 { 20 "key": "cmd+[BracketRight]", 21 "command": "workbench.action.terminal.fontZoomIn", 22 "when": "terminalFocus" 23 }, 24 { 25 "key": "cmd+-", 26 "command": "workbench.action.terminal.fontZoomOut", 27 "when": "terminalFocus" 28 }, 29 /* Explorer */ 30 { 31 "key": "cmd+n", 32 "command": "explorer.newFile", 33 "when": "filesExplorerFocus" 34 }, 35 { 36 "key": "alt+cmd+n", 37 "command": "explorer.newFolder", 38 "when": "filesExplorerFocus" 39 }, 40 /* Switching tabs */ 41 { 42 "key": "cmd+1", 43 "command": "workbench.action.openEditorAtIndex1" 44 }, 45 { 46 "key": "ctrl+1", 47 "command": "-workbench.action.openEditorAtIndex1" 48 }, 49 { 50 "key": "cmd+2", 51 "command": "workbench.action.openEditorAtIndex2" 52 }, 53 { 54 "key": "ctrl+2", 55 "command": "-workbench.action.openEditorAtIndex2" 56 }, 57 { 58 "key": "cmd+3", 59 "command": "workbench.action.openEditorAtIndex3" 60 }, 61 { 62 "key": "ctrl+3", 63 "command": "-workbench.action.openEditorAtIndex3" 64 }, 65 { 66 "key": "cmd+4", 67 "command": "workbench.action.openEditorAtIndex4" 68 }, 69 { 70 "key": "ctrl+4", 71 "command": "-workbench.action.openEditorAtIndex4" 72 }, 73 { 74 "key": "cmd+5", 75 "command": "workbench.action.openEditorAtIndex5" 76 }, 77 { 78 "key": "ctrl+5", 79 "command": "-workbench.action.openEditorAtIndex5" 80 }, 81 { 82 "key": "cmd+6", 83 "command": "workbench.action.openEditorAtIndex6" 84 }, 85 { 86 "key": "ctrl+6", 87 "command": "-workbench.action.openEditorAtIndex6" 88 }, 89 { 90 "key": "cmd+7", 91 "command": "workbench.action.openEditorAtIndex7" 92 }, 93 { 94 "key": "ctrl+7", 95 "command": "-workbench.action.openEditorAtIndex7" 96 }, 97 { 98 "key": "cmd+8", 99 "command": "workbench.action.openEditorAtIndex8" 100 }, 101 { 102 "key": "ctrl+8", 103 "command": "-workbench.action.openEditorAtIndex8" 104 }, 105 { 106 "key": "cmd+9", 107 "command": "workbench.action.lastEditorInGroup" 108 }, 109 { 110 "key": "ctrl+9", 111 "command": "-workbench.action.openEditorAtIndex9" 112 }, 113 /* Removing other stuff */ 114 { 115 "key": "cmd+[BracketRight]", 116 "command": "-workbench.action.zoomIn" 117 }, 118 { 119 "key": "cmd+-", 120 "command": "-workbench.action.zoomOut" 121 }, 122 { 123 "key": "shift+cmd+0", 124 "command": "-workbench.action.zoomIn" 125 }, 126 { 127 "key": "cmd+numpad_add", 128 "command": "-workbench.action.zoomIn" 129 }, 130 { 131 "key": "cmd+numpad_subtract", 132 "command": "-workbench.action.zoomOut" 133 }, 134 { 135 "key": "shift+cmd+-", 136 "command": "-workbench.action.zoomOut" 137 }, 138 { 139 "key": "cmd+0", 140 "command": "-workbench.action.focusSideBar" 141 }, 142 { 143 "key": "alt+f8", 144 "command": "-editor.action.marker.next", 145 "when": "editorFocus" 146 }, 147 { 148 "key": "shift+alt+f8", 149 "command": "-editor.action.marker.prev", 150 "when": "editorFocus" 151 }, 152 { 153 "key": "alt+cmd+b", 154 "command": "-latex-workshop.build", 155 "when": "!config.latex-workshop.bind.altKeymap.enabled && !virtualWorkspace && editorLangId =~ /^latex$|^latex-expl3$|^doctex$|^rsweave$|^jlweave$|^pweave$/" 156 }, 157 { 158 "key": "cmd+i", 159 "command": "-markdown.extension.editing.toggleItalic", 160 "when": "editorTextFocus && !editorReadonly && editorLangId =~ /^markdown$|^rmd$|^quarto$/" 161 }, 162 { 163 "key": "cmd+b", 164 "command": "-markdown.extension.editing.toggleBold", 165 "when": "editorTextFocus && !editorReadonly && editorLangId =~ /^markdown$|^rmd$|^quarto$/" 166 }, 167 { 168 "key": "cmd+i", 169 "command": "-supermaven.editWithSupermaven" 170 }, 171 { 172 "key": "cmd+i", 173 "command": "-cloudcode.duetAI.showinEditor", 174 "when": "authLoggedIn && config.geminicodeassist.enable && editorTextFocus && shouldRegisterInEditorCommand && !inGeminiDiffView && !isInDiffEditor" 175 }, 176 { 177 "key": "ctrl+p", 178 "command": "-cursorUp", 179 "when": "textInputFocus" 180 }, 181 { 182 "key": "alt+q", 183 "command": "-rewrap.rewrapComment", 184 "when": "editorTextFocus" 185 }, 186 /* Code navigation */ 187 { 188 "key": "ctrl+p", 189 "command": "editor.action.marker.next" 190 }, 191 { 192 "key": "ctrl+shift+p", 193 "command": "editor.action.marker.prev", 194 "when": "editorFocus" 195 }, 196 /* Actions */ 197 { 198 "key": "shift+alt+c", 199 "command": "editor.action.inlineSuggest.trigger" 200 }, 201 /* Quick searching */ 202 { 203 "key": "ctrl+h", 204 "command": "workbench.action.quickTextSearch" 205 }, 206 /* Accessing code actions properly */ 207 { 208 "key": "ctrl+shift+w", 209 "command": "rewrap.rewrapComment", 210 "when": "editorTextFocus" 211 }, 212 { 213 "key": "shift+alt+o", 214 "command": "-editor.action.organizeImports", 215 "when": "textInputFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)source\\.organizeImports\\b/" 216 }, 217 { 218 "key": "alt+cmd+[Period]", 219 "command": "-editor.action.autoFix", 220 "when": "textInputFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)quickfix\\b/" 221 }, 222 { 223 "key": "alt+cmd+[Period]", 224 "command": "editor.action.sourceAction" 225 } 226]