Created
March 19, 2013 06:40
-
-
Save teohm/5194139 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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