您的位置:首页 > 其它

Ubuntu16.04 Vim编辑器配置

2017-04-05 13:38 323 查看
Vim安装

sudo spt-get install vim


Vim配置

编辑~/.vimrc文件

set ts=4 # set the number of spaces that "Tab" creates
set expandtab # set "Tab" as spaces
set nu   # show line number
set autoindent
set tabstop=4
set shiftwidth=4
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ubuntu