Sublime Text安装SVN插件

下载插件

Sublime Text2/3 SVN插件 点击下载

安装插件

点击设置(Preferences)->浏览程序包(Browse Packages,,,),新建TortoiseSVN文件夹,将下载好的SVN包复制到新建Sublime Text 3\Packages\TortoiseSVN\里面即可

重启Sublime Text

配置插件

Preferences->Package Settings->TortoiseSVN->Settings - User

{
// Auto close update dialog when no errors, conflicts and merges
"autoCloseUpdateDialog": false,
// Auto close commit dialog when no errors, conflicts and merges
"autoCloseCommitDialog": false,
"tortoiseproc_path": "D:\\TortoiseSVN\\bin\\TortoiseProc.exe" //你自己的TortoiseProc.exe路径
}

Preferences->Package Settings->TortoiseSVN->Key Bindings - User

[
{"keys": ["ctrl+alt+space"], "command": "reindent" },
{ "keys": ["ctrl+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["alt+f3"], "command": "find_under_expand" },
{ "keys": ["ctrl+shift+r"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+alt+down"], "command": "duplicate_line" },
{ "keys": ["ctrl+alt+k"], "command": "show_panel", "args": {"panel": "find_in_files"} },
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["alt+u"], "command": "svn_update" },
{ "keys": ["alt+c"], "command": "svn_commit" },
{ "keys": ["alt+r"], "command": "svn_revert" },
{ "keys": ["alt+l"], "command": "svn_log" },
{ "keys": ["alt+d"], "command": "svn_diff" }
]

可根据习惯自己设置

转载于:https://www.cnblogs.com/tufujie/p/9416052.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值