2016.10.4 filetype indent on syntax on set nu ai ci si set sw= ts= set autochdir set backspace= color slate set mouse=a set cursorline "---------- windows 配置 cd e:\acm set gfn=consolas:h18 "gvim map<F4> :w <CR> :!g++ % -g -o %<.ex…
set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " alternatively, pass a path where Vundle should install plu…
vim学习.各类插件配置与安装 vim 插件 配置 1. vim学习 vim基础学习:根据网上流行基础文章<简明Vim练级攻略>,进阶书籍<vim实用技巧>.注:进阶书籍可以在vimtutor之后再进行观看 查看vim自带的简易版本学习教程vimtutor,ubuntu可以直接通过shell命令行下输入: vimtutor //vimtutor is a application and is started by calling its name vimtutor有在线版本(ch…