-
Notifications
You must be signed in to change notification settings - Fork 65
/
Default.sublime-commands
44 lines (44 loc) · 1.13 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
[
{
"caption": "FTPSync: Setup FTPSync in this folder",
"command": "ftp_sync_new_settings",
"args": {"edit": null, "dirs": []}
},
{
"caption": "FTPSync: Upload current file",
"command": "ftp_sync_current"
},
{
"caption": "FTPSync: Download current file",
"command": "ftp_sync_down_current"
},
{
"caption": "FTPSync: Check current file",
"command": "ftp_sync_check_current"
},
{
"caption": "FTPSync: Rename current file",
"command": "ftp_sync_rename_current"
},
{
"caption": "FTPSync: Browse",
"command": "ftp_sync_browse",
"args": { "edit": null }
},
{
"caption": "FTPSync: Browse from last path",
"command": "ftp_sync_browse_last"
},
{
"caption": "FTPSync: Browse from current folder",
"command": "ftp_sync_browse_current"
},
{
"caption": "FTPSync: Open README (Github)",
"command": "ftp_sync_url_readme"
},
{
"caption": "FTPSync: Report issue / suggestion (Github)",
"command": "ftp_sync_url_report"
}
]