Avoid splitting of NERD Tree windows with ctrl_p

This commit is contained in:
ViViDboarder 2014-07-10 11:41:20 -07:00
parent 0d473b6435
commit c1b625496a
1 changed files with 4 additions and 0 deletions

View File

@ -349,6 +349,10 @@ else
" Conditional Mappings
let g:ctrlp_map = '<C-t>'
" Allow ctrl p to open over the initial nerdtree window
"let g:ctrlp_dont_split = 'NERD_tree_2'
let g:ctrlp_dont_split = 'NERD'
" Leader Commands
nnoremap <leader>b :CtrlPBuffer<CR>
nnoremap <leader>u :CtrlPCurFile<CR>