summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-08-10 16:35:14 -0400
committerChris <[email protected]>2020-08-10 16:35:14 -0400
commit60f9986367651028d691bc8b623927d803c5d879 (patch)
treea853484c76bdbdd156d71c09032811ea0a3ab2ec
parent62843b6ddc7f31d58f6041833479593c4856269b (diff)
added git messenger to <leadre>gm
-rw-r--r--keys/which-key.vim1
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'],