너 바보 아니야

sublime text3 安装配置svn 及默认快捷键

2017-08-25

sublime text3 安装配置svn 及默认快捷键:

  • 省去安装st3 过程….
  1. ctrl+shift+P 调出控制台 然后输入 install package / 输入install 选择 install package
  2. 输入 svn 选择 TortoiseSVN 选择确定安装。
  3. 等待安装 (左下角有进度表示)。—–>安装成功 插件包里会有svn插件 存在
  4. 安装完成后 会有 提示首页 上面会有 配置 demo
  5. 按照提示操作
  • 如果你的TortoiseSVN安装时 不是 默认安装地址,需要配置 安装路径

“Preferences->Package Settings->TortoiseSVN->Settings - User” (首选项–>配置—->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”: true,
“tortoiseproc_path”: “D:\TortoiseSVN\bin\TortoiseProc.exe” //你自己的路径
}

  • 默认快捷键[^hello]: hi

[
{ “keys”: [“alt+u”], “command”: “svn_update” }
,{ “keys”: [“alt+c”], “command”: “svn_commit” }
,{ “keys”: [“alt+r”], “command”: “svn_revert” }
]

使用支付宝打赏
使用微信打赏

欢迎点击上方按钮对我打赏,谢谢你给我吃糖果