-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeymap.json
51 lines (51 loc) · 935 Bytes
/
keymap.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
[
{
"context": "Editor",
"bindings": {
"shift-cmd-a": "workspace::AddFolderToProject"
}
},
{
"context": "Editor",
"bindings": {
// https://github.com/zed-industries/zed/discussions/14195
"shift-cmd-w": "workspace::RemoveFolderFromWorkspace"
}
},
{
"context": "Editor",
"bindings": {
"ctrl-shift-m": "markdown::OpenPreviewToTheSide"
}
},
{
"context": "Editor",
"bindings": {
"cmd-shift-r": "pane::RevealInProjectPanel"
}
},
{
"context": "Editor",
"bindings": {
"ctrl-shift-t": "workspace::NewCenterTerminal"
}
},
{
"context": "Terminal",
"bindings": {
"ctrl-shift-t": "workspace::NewTerminal"
}
},
{
"context": "Terminal",
"bindings": {
"ctrl-shift-c": "terminal::Copy"
}
},
{
"context": "Terminal",
"bindings": {
"ctrl-shift-v": "terminal::Paste"
}
}
]