From: R. Steve McKown Date: Tue, 20 Oct 2015 22:23:22 +0000 (-0600) Subject: vimrc: better git log mapping gl X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=f71cfdedd1c8f247fdc0c869e7652a63f53b0c3d vimrc: better git log mapping gl I don't find :Glog all that useful (maybe I don't understand its value). For me, :Git log is more useful. Change gl mapping accordingly. --- diff --git a/vim/vimrc b/vim/vimrc index 11dc041..70612f7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -216,7 +216,7 @@ nnoremap gs :Gstatus nnoremap gd :Gdiff nnoremap gc :Gcommit nnoremap gb :Gblame -nnoremap gl :Glog +nnoremap gl :Git log nnoremap gp :Git push nnoremap gr :Gread nnoremap gw :Gwrite