mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 06:07:36 +00:00
Avoid splitting of NERD Tree windows with ctrl_p
This commit is contained in:
parent
0d473b6435
commit
c1b625496a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user