From 43a67b31cb762b8ade6f3a7be62c8fbc40c3265e Mon Sep 17 00:00:00 2001 From: Bret Little Date: Tue, 13 Jan 2015 13:17:24 -0700 Subject: [PATCH] Change the NERDTreeFind keymap to not statically set the nerdtree window size With this change users can now change the variable g:NERDTreeWinSize and have it applied to new instances of NERDTree created with the NERDTreeFind keymap ctrl-\ --- vim/settings/yadr-keymap.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/settings/yadr-keymap.vim b/vim/settings/yadr-keymap.vim index f142d3e..9346d2b 100644 --- a/vim/settings/yadr-keymap.vim +++ b/vim/settings/yadr-keymap.vim @@ -75,7 +75,7 @@ imap wa " ==== NERD tree " Open the project tree and expose current file in the nerdtree with Ctrl-\ -nnoremap :NERDTreeFind:vertical res 30 +nnoremap :NERDTreeFind:vertical " ,q to toggle quickfix window (where you have stuff like Ag) " ,oq to open it back up (rare)