diff --git a/nvim/plugin/git.vim b/nvim/plugin/git.vim index 901d487..c986e7b 100644 --- a/nvim/plugin/git.vim +++ b/nvim/plugin/git.vim @@ -7,7 +7,7 @@ nnoremap gb :Git blame nnoremap gw :GBrowse nnoremap gW :.GBrowse - nnoremap gc :Gcommit % + nnoremap gc :Git commit % nnoremap gl :Gclog nnoremap gp :Git push " }}}