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