diff --git a/nvim/plugin/git.vim b/nvim/plugin/git.vim index c986e7b..cb154da 100644 --- a/nvim/plugin/git.vim +++ b/nvim/plugin/git.vim @@ -8,6 +8,7 @@ nnoremap gw :GBrowse nnoremap gW :.GBrowse nnoremap gc :Git commit % + nnoremap gC :Git commit --amend nnoremap gl :Gclog nnoremap gp :Git push " }}}