Skip to content

Commit 6c6175c

Browse files
committed
more stuff
1 parent 8a3e65a commit 6c6175c

3 files changed

Lines changed: 1847 additions & 1404 deletions

File tree

code/keybindings.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
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",
@@ -94,11 +99,6 @@
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
@@ -146,5 +146,15 @@
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
]

code/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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,

0 commit comments

Comments
 (0)