diff --git a/vim/dot_vimrc b/vim/dot_vimrc index 5b72063..e2d0756 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -349,6 +349,10 @@ else " Conditional Mappings let g:ctrlp_map = '' + " 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 b :CtrlPBuffer nnoremap u :CtrlPCurFile