Skip to content

Instantly share code, notes, and snippets.

@atitsbest
Created June 30, 2015 08:50
Show Gist options
  • Save atitsbest/6a01502b1e0d8a1f41ef to your computer and use it in GitHub Desktop.
Save atitsbest/6a01502b1e0d8a1f41ef to your computer and use it in GitHub Desktop.
CtrlP/NERDTree Position
" CtrlP
let g:ctrlp_match_window_bottom = 0
let g:ctrlp_match_window_reversed = 0
" NERDTree
let g:NERDTreeWinPos = "right"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment