Skip to content

Instantly share code, notes, and snippets.

@y-li
Created June 7, 2012 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save y-li/2885758 to your computer and use it in GitHub Desktop.
Save y-li/2885758 to your computer and use it in GitHub Desktop.
vimrc
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set background=dark
set number
set nobackup
set autoindent
set ruler
set showcmd
set showmode
set incsearch
set ignorecase
set smartcase
set wildmenu
set wildmode=list:longest
set modeline
" set foldmethod=indent
set grepprg=internal
" set list
set hlsearch
syntax on
set cmdheight=1
set laststatus=2
set statusline=%F%m%r\ \|\ %Y,%{&fileencoding}\ \|%=\ %l/%L,%c\ \|\ %f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment