vim黏贴自动增加tab的毛病


vim在ctrl + p的时候有可能会自动给你增加了个tab

很是郁闷

解决方法如下:

:set noautoindent
:set nosmartindent

相关