-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzed-keymap.json
More file actions
44 lines (44 loc) · 1.06 KB
/
Copy pathzed-keymap.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
[
{
"context": "Workspace",
"bindings": {
"super-b": "workspace::ToggleLeftDock",
"super-s": "workspace::Save",
"super-0": "workspace::ToggleLeftDock",
"super-1": "project_panel::ToggleFocus",
"super-2": "outline_panel::ToggleFocus",
"super-/": ["editor::ToggleComments", { "advance_downwards": false }],
"shift shift": "file_finder::Toggle",
"super-shift-b": "project_panel::ToggleFocus",
"super-shift-f": "pane::DeploySearch"
}
},
{
"context": "Editor",
"bindings": {
"super-z": "editor::Undo",
"super-{": "pane::ActivatePrevItem",
"super-}": "pane::ActivateNextItem"
}
},
{
"context": "Editor && mode == full",
"bindings": {
"super-f": "buffer_search::Deploy",
"super-shift-o": "outline::Toggle"
}
},
{
"context": "Pane",
"bindings": {
"alt-super-t": ["pane::CloseInactiveItems", { "close_pinned": false }]
}
},
{
"context": "FileFinder",
"use_key_equivalents": true,
"bindings": {
"ctrl": null
}
}
]