1
0
mirror of https://github.com/HorlogeSkynet/SSHubl.git synced 2024-10-18 04:00:15 +02:00
SSHubl/Default.sublime-commands

50 lines
1.0 KiB
Plaintext

[
{
"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"
},
]