diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 8d604b7..ab5e89e 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -5218,6 +5218,9 @@ function! fugitive#MapJumps(...) abort nnoremap cw :Gcommit --amend --only nnoremap cva :Gcommit -v --amend nnoremap cvc :Gcommit -v + nnoremap cRa :Gcommit --reset-author --amend + nnoremap cRe :Gcommit --reset-author --amend --no-edit + nnoremap cRw :Gcommit --reset-author --amend --only nnoremap cf :Gcommit --fixup==SquashArgument() nnoremap cF :Grebase --autosquash=RebaseArgument()Gcommit --fixup==SquashArgument() nnoremap cs :Gcommit --squash==SquashArgument() @@ -5229,7 +5232,6 @@ function! fugitive#MapJumps(...) abort nnoremap cr :Grevert nnoremap crc :Grevert =SquashArgument() nnoremap crn :Grevert --no-commit =SquashArgument() - nnoremap cR :Grevert =SquashArgument() nnoremap cr? :help fugitive_cr nnoremap cm :Gmerge