From 10f831ff49bba617b5bd22fad876e8e2a8318579 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 4 Mar 2014 10:55:00 -0800 Subject: [PATCH] Improve fugitive shortcuts --- vim/dot_vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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