File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "key" : " cmd-k cmd-," ,
1414 "command" : " macros.openWorkspaceSettingsJSON"
1515 },
16+ // Open keyboard shortcuts
17+ {
18+ "key" : " cmd+k cmd+k" ,
19+ "command" : " workbench.action.openGlobalKeybindingsFile"
20+ },
1621 // Clear notifications
1722 {
1823 "key" : " cmd+k cmd+n" ,
9499 "command" : " workbench.action.files.copyPathOfActiveFile" ,
95100 "when" : " editorTextFocus"
96101 },
97- {
98- "key" : " cmd-k l" ,
99- "command" : " latex-workshop.tab" ,
100- "when" : " editorTextFocus"
101- },
102102 /**
103103 * ----------------------------------------------------------------------------
104104 * Terminal Helpers
146146 {
147147 "key" : " cmd+k cmd+t" ,
148148 "command" : " macros.runLastApexTestMethod"
149+ },
150+ /**
151+ * ----------------------------------------------------------------------------
152+ * What is this?
153+ * ----------------------------------------------------------------------------
154+ */
155+ {
156+ "key" : " cmd-k l" ,
157+ "command" : " latex-workshop.tab" ,
158+ "when" : " editorTextFocus"
149159 }
150160]
Original file line number Diff line number Diff line change 1414 "**/tmp" : true
1515 },
1616 "git.autofetch" : false ,
17- "editor.minimap.enabled" : true ,
17+ "editor.minimap.enabled" : false ,
1818 // NOOOOOOOO
1919 "workbench.editor.enablePreview" : true ,
2020 "workbench.editor.enablePreviewFromQuickOpen" : false ,
You can’t perform that action at this time.
0 commit comments