标签:
windows配置
set autoindent
set cindent
filetype plugin indent on
set nobackup
set shiftwidth=2
set tabstop=2
set nu
set guifont=consolas:h10
set encoding=utf-8
set fileencoding=utf-8
set guioptions-=T
set guioptions-=m
set cursorline
linux配置
set nu
set nobackup
set shiftwidth=2
set tabstop=2
set autoindent
set cindent
filetype plugin indent on
set tags=tags;/
其他命令
set ff=dos
set ff=unix
set ff
set ft
set fileencoding=cp936
shift+k
ctrl+]
ctrl+t
tabnew
gt
gT
标签:
原文地址:http://www.cnblogs.com/qingsonghe/p/4394881.html