diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index c04c447..53bd6ca 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -5609,8 +5609,8 @@ function! fugitive#MapJumps(...) abort 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() - nnoremap cS :Grebase --autosquash=RebaseArgument()Gcommit --squash==SquashArgument() + nnoremap cs :Gcommit --no-edit --squash==SquashArgument() + nnoremap cS :Grebase --autosquash=RebaseArgument()Gcommit --no-edit --squash==SquashArgument() nnoremap cA :Gcommit --edit --squash==SquashArgument() nnoremap c? :help fugitive_c