标签:sch http sublime key 保留 net sub ctrl+v git
1.让你的粘贴保留原有缩进
Preferences -> Key Binding 中新增:
[
, {
"keys": ["ctrl+v"],
"command": "paste_and_indent"
}]
2. fis3 周边插件,在右键菜单增加几个快捷打开 CMD 的命令,详见:
http://git.oschina.net/g8up/sublimetext3-plugin
标签:sch http sublime key 保留 net sub ctrl+v git
原文地址:http://www.cnblogs.com/duxing/p/6956354.html