forked from Floobits/floobits-sublime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault.sublime-commands
61 lines (61 loc) · 1.37 KB
/
Default.sublime-commands
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
[
{
"command": "open_file",
"args": {
"file": "${packages}/User/Floobits.sublime-settings"
},
"caption": "Floobits Settings – User"
},
{ "command": "floobits_join_recent_room",
"caption": "Floobits::Join Recent Room"
},
{
"command": "floobits_prompt_join_room",
"caption": "Floobits::Join Room"
},
{ "command": "floobits_prompt_msg",
"caption": "Floobits::Send Message"
},
{ "command": "floobits_open_message_view",
"caption": "Floobits::Open Messages View"
},
{ "command": "floobits_share_dir",
"caption": "Floobits::Share Directory"
},
{
"command": "floobits_enable_follow_mode",
"caption": "Floobits::Follow Changes"
},
{
"command": "floobits_disable_follow_mode",
"caption": "Floobits::Don't Follow Changes"
},
{
"command": "floobits_ping",
"caption": "Floobits::Summon Everyone"
},
{
"command": "floobits_ping",
"caption": "Floobits::Ping (aliases Summon)"
},
{
"caption": "Floobits::Leave Room",
"command": "floobits_leave_room"
},
{
"command": "floobits_add_to_room",
"caption": "Floobits::Add To Room",
"args": {
"paths": null,
"current_file": true
}
},
{
"command": "floobits_delete_from_room",
"caption": "Floobits::Delete From Room",
"args": {
"paths": null,
"current_file": true
}
}
]