Skip to content

Instantly share code, notes, and snippets.

@teohm
Created March 19, 2013 06:40
Show Gist options
  • Save teohm/5194139 to your computer and use it in GitHub Desktop.
Save teohm/5194139 to your computer and use it in GitHub Desktop.
$ cat ~/.vimrc.after
"""""""""""""
" B A S I C
"""""""""""""
set wildmenu " fancy command completion menu!
set showcmd " shows incomplete command to the left of the ruler
"""""""""""""""""
" M A P P I N G
"""""""""""""""""
:nmap <C-N><C-N> :set invnumber<CR> " toggle line number
"""""""""""""""""
" P L U G I N
"""""""""""""""""
let g:ctrlp_working_path_mode = 0 " CtrlP current working dir
let g:buffergator_viewport_split_policy= "T" " Top position
let g:buffergator_split_size = 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment