-
Notifications
You must be signed in to change notification settings - Fork 5
/
Main.sublime-menu
40 lines (40 loc) · 1.17 KB
/
Main.sublime-menu
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
[
{
"id": "tools",
"children": [
{
"caption": "-",
"id": "software"
},
{
"caption": "Code Time",
"children": [
{
"command": "toggle_flow_mode_action",
"caption": "Toggle Flow Mode"
},
{
"command": "view_dashboard",
"caption": "View Dashboard"
},
{
"command": "edit_preferences",
"caption": "Settings"
},
{
"command": "show_tree_view",
"caption": "Menu"
},
{
"command": "switch_account",
"caption": "Switch Account"
},
{
"command": "toggle_status_bar_metrics",
"caption": "Toggle Status Bar Metrics"
}
]
}
]
}
]