From 8a1210aa8868d99e6110534b17158128b51d4509 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Tue, 9 Jun 2015 16:57:52 -0600 Subject: [PATCH] Add shortcut for ":Git " This is another shortcut that might not be worth doing. --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index d169f51..549623d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -222,6 +222,7 @@ nnoremap gw :Gwrite "nnoremap ge :Gedit nnoremap gi :Git add -p % nnoremap gg :Ggrep +nnoremap G :Git " EasyGrep " To ignore tags file, use system grep. -- 2.39.2