-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkeybindings.json
More file actions
37 lines (37 loc) · 838 Bytes
/
keybindings.json
File metadata and controls
37 lines (37 loc) · 838 Bytes
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
// Place your key bindings in this file to override the defaults
[
{
"key": "cmd+l",
"command": "settings.cycle.lineNumbers",
// "when": "editorFocus"
},
{
"key": "cmd+r",
"command": "settings.cycle.statusBar",
// "when": "editorFocus"
},
{
"key": "ctrl+m",
"command": "editor.action.toggleMinimap"
},
{
"key": "ctrl+n", // "cmd+n" on mac
"command": "extension.advancedNewFile",
},
{
"key": "alt+d",
"command": "devdb.focus"
},
{
"key": "cmd+k cmd+d",
"command": "-devdb.focus"
},
{
"key": "ctrl+cmd+p",
"command": "phpCreateClass.createClass"
},
{
"key": "ctrl+alt+i",
"command": "workbench.view.extension.codexViewContainer"
}
]