Replace cA map with cn

Following Magit's lead.

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

View File

@@ -487,8 +487,8 @@ cs Create a `squash!` commit for the commit under the
cS Create a `squash!` commit for the commit under the
cursor and immediately rebase it.
cA Create a `squash!` commit for the commit under the
cursor and edit the message.
cn Create a `squash!` commit for the commit under the
(formerly cA) cursor and edit the message.
c<Space> Populate command line with ":Git commit ".