added git messenger to <leadre>gm

This commit is contained in:
Chris 2020-08-10 16:35:14 -04:00
parent 62843b6ddc
commit 60f9986367

View file

@ -156,6 +156,7 @@ let g:which_key_map.g = {
\ 'j' : ['<Plug>(GitGutterNextHunk)' , 'next hunk'],
\ 'k' : ['<Plug>(GitGutterPrevHunk)' , 'prev hunk'],
\ 'l' : [':Git log' , 'log'],
\ 'm' : ['<Plug>(git-messenger)' , 'message'],
\ 'p' : [':Git push' , 'push'],
\ 'P' : [':Git pull' , 'pull'],
\ 'r' : [':GRemove' , 'remove'],