diff --git a/vim/dot_vimrc b/vim/dot_vimrc index 310e373..96c20c9 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -361,9 +361,11 @@ endif " fugitive " Add some shortcuts for git commands -nnoremap gs :Gstatus -nnoremap gc :Gcommit nnoremap gb :Gblame +nnoremap gc :Gcommit +nnoremap gd :Gdiff +nnoremap gs :Gstatus +nnoremap gw :Gwrite " Toggle QuickFix window nnoremap :QFix