mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-17 15:53:43 -05:00
Make push map available on P
I think matching the Magit interface is probably a better use of P than wrapping --patch. As a baby step in that direction, allow P to invoke the same experimental behavior as "s" or "-".
This commit is contained in:
@@ -380,6 +380,9 @@ p Open the file or |fugitive-object| under the cursor in
|
||||
|
||||
*fugitive_P*
|
||||
P Open the current file in the [count]th parent.
|
||||
Experimental: In the "Unpushed" section of the status
|
||||
buffer, this will populate the command line with a
|
||||
":Git push" command for the commit under the cursor.
|
||||
|
||||
*fugitive_C*
|
||||
C Open the commit containing the current file.
|
||||
|
||||
Reference in New Issue
Block a user