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