Merge pull request #595 from blittle/master

Change the NERDTreeFind keymap to not statically set the nerdtree window size
This commit is contained in:
Yan Pritzker 2015-07-26 21:25:41 -05:00
commit dc6765cc04

View File

@ -75,7 +75,7 @@ imap <C-a> <esc>wa
" ==== NERD tree
" Open the project tree and expose current file in the nerdtree with Ctrl-\
nnoremap <silent> <C-\> :NERDTreeFind<CR>:vertical res 30<CR>
nnoremap <silent> <C-\> :NERDTreeFind<CR>:vertical<CR>
" ,q to toggle quickfix window (where you have stuff like Ag)
" ,oq to open it back up (rare)