mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 08:37: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
|
" Conditional Mappings
|
||||||
let g:ctrlp_map = '<C-t>'
|
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
|
" Leader Commands
|
||||||
nnoremap <leader>b :CtrlPBuffer<CR>
|
nnoremap <leader>b :CtrlPBuffer<CR>
|
||||||
nnoremap <leader>u :CtrlPCurFile<CR>
|
nnoremap <leader>u :CtrlPCurFile<CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user