diff options
-rw-r--r-- | keys/which-key.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keys/which-key.vim b/keys/which-key.vim index 8805437e..e3c95b08 100644 --- a/keys/which-key.vim +++ b/keys/which-key.vim @@ -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'], |