mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 06:43:51 -05:00
Replace cA map with cn
Following Magit's lead. References: https://github.com/tpope/vim-fugitive/pull/2369
This commit is contained in:
@@ -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 ".
|
||||
|
||||
|
||||
Reference in New Issue
Block a user