Add cW map as commit --fixup=reword:

References: https://github.com/tpope/vim-fugitive/pull/2369
This commit is contained in:
Tim Pope
2025-01-20 01:29:31 -05:00
parent f4e8453ce7
commit d74a7cff4c
2 changed files with 7 additions and 3 deletions

View File

@@ -465,15 +465,18 @@ Commit maps ~
cc Create a commit.
cvc Create a commit with -v.
ca Amend the last commit and edit the message.
cva Amend the last commit with -v.
ce Amend the last commit without editing the message.
cw Reword the last commit.
cvc Create a commit with -v.
cva Amend the last commit with -v
cW Create an `amend!` commit that rewords the commit
under the cursor.
cf Create a `fixup!` commit for the commit under the
cursor.