-
Notifications
You must be signed in to change notification settings - Fork 1
/
keybindings.json
62 lines (62 loc) · 1.28 KB
/
keybindings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
// Place your key bindings in this file to override the defaults
[
{
"key": "shift+cmd+o",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "shift+cmd+o",
"command": "projectManager.listProjects"
},
{
"key": "alt+cmd+p",
"command": "-projectManager.listProjects"
},
{
"key": "shift+cmd+a",
"command": "workbench.actions.view.problems"
},
{
"key": "shift+cmd+z",
"command": "extension.vscode-git-automator.addAndCommitAllFiles"
},
{
"key": "ctrl+alt+n",
"command": "nightlight.toggle"
},
{
"key": "shift+cmd+r",
"command": "HookyQR.beautify"
},
{
"key": "shift+cmd+t",
"command": "clockify-projects.focus"
},
{
"key": "shift+cmd+i",
"command": "cacher.insertSnippet",
"when": "editorTextFocus"
},
{
"key": "cmd+[Minus]",
"command": "editor.action.fontZoomIn"
},
{
"key": "cmd+-",
"command": "editor.action.fontZoomOut"
},
{
"key": "cmd+0",
"command": "editor.action.fontZoomReset"
},
{
"key": "shift+cmd+j",
"command": "extension.fileheader",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+7",
"command": "editor.action.commentLine",
"when": "editorTextFocus"
},
]