【发布时间】:2014-03-25 00:09:09
【问题描述】:
刚刚切换到 sublime 并安装了 SFTP 包。
我想要做的是:shift + command + U 然后上传我正在查看的文件。
我查看了键绑定文件并看到了这个:
{ "keys": ["super+ctrl+u","super+ctrl+f"], "command": "sftp_upload_file" },
{ "keys": ["super+ctrl+u","super+ctrl+r"], "command": "sftp_upload_folder" },
{ "keys": ["super+ctrl+u","super+ctrl+y"], "command": "sftp_sync_up" },
{ "keys": ["super+ctrl+u","super+ctrl+n"], "command": "sftp_upload_open_files" },
{ "keys": ["super+ctrl+u","super+ctrl+m"], "command": "sftp_monitor_file" },
但这对我来说毫无意义。
它们都以相同的“super+ctrl+u”开头,我似乎找不到任何有关此的信息。
谢谢!
【问题讨论】:
标签: ftp sublimetext2 text-editor