Convert Spaces to Tabs

:set tabstop=2 " To match the sample file
:set noexpandtab " Use tabs, not spaces
:%retab! " Retabulate the whole file

Reference:

https://*.com/questions/9104706/how-can-i-convert-spaces-to-tabs-in-vim-or-linux

上一篇:Maven 实战


下一篇:CDN(内容分发网络)技术原理