From cee6c02b0df6d6c686e7cee461cfda7823ed83f8 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Fri, 19 Apr 2013 21:39:09 -0500 Subject: [PATCH] .vimrc: Git (Fugitive) helpers --- .vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vimrc b/.vimrc index f3724a5..0736528 100644 --- a/.vimrc +++ b/.vimrc @@ -267,6 +267,14 @@ function! DiffToggle() endfunction nnoremap df :call DiffToggle() +" Git (Fugitive) support +nmap gb :Gblame +nmap gs :Gstatus +nmap gd :Gdiff +nmap gl :Glog +nmap gc :Gcommit +nmap gp :Gpush + " ---------------------------------------------------------------------------- " Auto Commands " ---------------------------------------------------------------------------- -- 2.43.0