-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDefault.sublime-commands
More file actions
49 lines (49 loc) · 1.05 KB
/
Copy pathDefault.sublime-commands
File metadata and controls
49 lines (49 loc) · 1.05 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
45
46
47
48
49
[
{
"command": "edit_settings",
"caption": "Preferences: SSHubl Settings",
"args": {
"base_file": "${packages}/SSHubl/SSHubl.sublime-settings",
"default": "// SSHubl Settings - User\n{\n\t$0\n}\n"
}
},
{
"command": "ssh_connect",
"caption": "SSHubl: Connect to server"
},
{
"command": "ssh_connect_interactive",
"caption": "SSHubl: Connect to server (interactively)"
},
{
"command": "ssh_interactive_connection_watcher"
},
{
"command": "ssh_disconnect",
"caption": "SSHubl: Disconnect from server"
},
{
"command": "ssh_request_forward",
"caption": "SSHubl: Open forward port/socket"
},
{
"command": "ssh_cancel_forward",
"caption": "SSHubl: Cancel forward port/socket"
},
{
"command": "ssh_open_dir",
"caption": "SSHubl: Open directory (mount sshfs)"
},
{
"command": "ssh_select_dir",
"caption": "SSHubl: Select directory (mount sshfs)"
},
{
"command": "ssh_close_dir",
"caption": "SSHubl: Close directory (unmount sshfs)"
},
{
"command": "ssh_terminal",
"caption": "SSHubl: Open a terminal"
},
]