原文地址:http://www.2cto.com/os/201309/246271.html " This must be first, beacuse it changes other options as a side effect. set nocompatible " show line numbers set number " display "-- INSERT --" when entering insert mode set showmod…
syntax enable syntax on colorscheme desert set nu! set nowrap set nobackup set backspace= set tabstop= set encoding=utf- set linebreak set ruler set guioptions+=b filetype plugin indent on set guifont=Monospace\ "在终端窗口运行vim的话,终端对字体的设置高于vim本身对字体的设置,而如…
基本配置 不用任何插件的情况下,先按如下配置: set nu syntax on set hlsearch set tabstop=4 set shiftwidth=4 set expandtab set smartcase set ic colorscheme srcery-drk Vundle Vundle是Vim的插件管理器,像NeoBundle也是基于Vundle实现. 虽然Vim插件可以独立安装,但如果换了台机器,使用Vundle只需要copy一份.vimrc即可. 安装方法并不复杂,…