]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
all the smartlam stuff
[dotfiles.git] / vim / vimrc
index 65242d4e81512ad2b39f820ca81c6f766ba58660..7a99c9dbee8126e68c57b239ef13dd0b52bc5f30 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -449,8 +449,6 @@ nmap <silent> [og <Plug>IndentGuidesEnable
 nmap <silent> ]og <Plug>IndentGuidesDisable
 
 " NERDTree {{{2
-" open/close NERDTree with \e
-nmap <Leader>e :NERDTreeToggle<CR>
 nmap <F6> :NERDTreeToggle<CR>
 " <space> to open files/dirs
 let NERDTreeMapActivateNode='l'
@@ -536,6 +534,7 @@ if executable('ag')
     let g:unite_source_grep_recursive_opt = ''
 end
 nnoremap <silent> [unite]a :<C-u>Unite grep -input=\12\17<CR>
+nnoremap <silent> [unite]g :<C-u>Unite grep<cr>
 
 " unite-file_rec {{{3
 if executable('ag')