Vim配置及使用笔记 安装 apt-get install vim -y 配置说明 vim /etc/vim/vimrc 在配置文件后加入这些配置项 set nu set tabstop=4 set nobackup set ruler set autoindent set nocompatible "//禁用兼容模式 set shiftwidth=4 set softtabstop=4 set laststatus=2 set statusline=\%<%F[%1*%M%*%n%R%H
发现了一个很棒的vim配置方法,现在共享给大家. https://github.com/kepbod/ivim ivim - The Vim Distribution of Xiao-Ou Zhang See ivim's states on GitEgo Installation Manual Install A Vim/MacVim/gVim with version higher than 7.3 has been installed on your computer, and bac