diff options
| author | Chris <[email protected]> | 2020-08-10 16:35:14 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-08-10 16:35:14 -0400 | 
| commit | 60f9986367651028d691bc8b623927d803c5d879 (patch) | |
| tree | a853484c76bdbdd156d71c09032811ea0a3ab2ec /keys | |
| parent | 62843b6ddc7f31d58f6041833479593c4856269b (diff) | |
added git messenger to <leadre>gm
Diffstat (limited to 'keys')
| -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'], | 
