From c0d3850bc447a7e6c11bc2a4cc61c17c6f2e5eea Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sun, 3 Feb 2013 01:16:43 -0600 Subject: [PATCH] .vimrc: Add NERDTree config --- .vimrc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.vimrc b/.vimrc index bce1de8..572a5e3 100644 --- a/.vimrc +++ b/.vimrc @@ -172,6 +172,18 @@ set pastetoggle= " press to turn off highlighting and clear any message already displayed. nnoremap :nohlsearch:echo +" NERDTreee +let NERDTreeShowHidden=1 " show dotfiles by default +noremap :NERDTreeToggle + +" Gundo +nnoremap :GundoToggle + +" Command-T +noremap o :CommandT +noremap O :CommandTFlush +noremap m :CommandTBuffer + " make Y consistent with C (c$) and D (d$) nnoremap Y y$ @@ -284,15 +296,3 @@ au FileType make setlocal noexpandtab let g:manpageview_pgm= 'man -P "/usr/bin/less -is"' let $MANPAGER = '/usr/bin/less -is' -" -------------------------------------------------------------------------- -" Bundle Config -" -------------------------------------------------------------------------- - -"" Gundo -nnoremap :GundoToggle - -"" Command-T -noremap o :CommandT -noremap O :CommandTFlush -noremap m :CommandTBuffer - -- 2.43.0