摘要: 在.vimrc(或/etc/vimrc)文件中输入如下文本: set tabstop=4 set softtabstop=4 set shiftwidth=4 set noexpandtab set nu set autoindent set cindent 其中:Tabstop:表示一个 tab 阅读全文
posted @ 2017-09-05 13:21 大墨垂杨 阅读(2505) 评论(0) 推荐(0)