From: Samir Benmendil Date: Wed, 5 Nov 2014 11:15:30 +0000 (+0000) Subject: vim: Gwrite is actually git add, map accordingfy X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/516f716351cec888c353c961e2934d61d2814891 vim: Gwrite is actually git add, map accordingfy --- diff --git a/vim/vimrc b/vim/vimrc index 576e984..d4e8e48 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -403,7 +403,7 @@ autocmd BufReadPost fugitive://* set bufhidden=delete nnoremap gs :Gstatus nnoremap gd :Gdiff nnoremap gc :tab Gcommit -v -nnoremap gw :Gwrite +nnoremap ga :Gwrite " NERDTree {{{2 " open/close NERDTree with \e