diff --git a/vim/dot_vimrc b/vim/dot_vimrc index 4335e2e..e17b129 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -209,3 +209,8 @@ endif nnoremap u :CtrlPCurFile nnoremap m :CtrlPMRUFiles +" Add some shortcuts for git commands +nnoremap gs :Gstatus +nnoremap gc :Gcommit +nnoremap gb :Gblame +