Merge pull request #595 from blittle/master
Change the NERDTreeFind keymap to not statically set the nerdtree window size
This commit is contained in:
commit
dc6765cc04
@ -75,7 +75,7 @@ imap <C-a> <esc>wa
|
|||||||
|
|
||||||
" ==== NERD tree
|
" ==== NERD tree
|
||||||
" Open the project tree and expose current file in the nerdtree with Ctrl-\
|
" 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)
|
" ,q to toggle quickfix window (where you have stuff like Ag)
|
||||||
" ,oq to open it back up (rare)
|
" ,oq to open it back up (rare)
|
||||||
|
Loading…
Reference in New Issue
Block a user