Removed FindInNERDTree, now replaced with native function

This commit is contained in:
yan
2011-12-07 01:18:41 -08:00
committed by Yan Pritzker
parent 2a20f5f863
commit 80102f504b
2 changed files with 1 additions and 62 deletions

2
vimrc
View File

@@ -174,7 +174,7 @@ endfunction
" Open the project tree and expose current file in the nerdtree with Ctrl-\
" the winfixwidth call ensures that nerdtree will not resize
" if we create or remove other windows
nnoremap <silent> <C-\> :call FindInNERDTree()<CR>:set winfixwidth<CR>
nnoremap <silent> <C-\> :NERDTreeFind<CR>:set winfixwidth<CR>
" move up/down quickly by using Ctrl-j, Ctrl-k
" which will move us around by functions