Skip to content

Instantly share code, notes, and snippets.

@huacnlee
Last active September 5, 2015 14:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save huacnlee/505659 to your computer and use it in GitHub Desktop.
Save huacnlee/505659 to your computer and use it in GitHub Desktop.
Vim 配置文件 for Bash
"Vim 配置文件 for Bash
filetype indent on
syntax on
set paste
set sw=2
set ts=2
set history=100
set iskeyword+=_,$,@,%,#,-
set backspace=2
set autoindent
set nowrap
set nobackup
setlocal noswapfile
set incsearch
set fileencodings=utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment