mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-17 15:53:43 -05:00
Fall back to "commit" line for file hunk jump maps
This enables jumping from commit to commit in :Git log.
This commit is contained in:
@@ -333,12 +333,10 @@ P Open the current file in the [count]th parent.
|
||||
C Open the commit containing the current file.
|
||||
|
||||
*fugitive_CTRL-P* *fugitive_(*
|
||||
( Jump to the previous file or hunk.
|
||||
<C-P>
|
||||
( Jump to the previous file, hunk, or revision.
|
||||
|
||||
*fugitive_CTRL-N* *fugitive_)*
|
||||
) Jump to the next file or hunk.
|
||||
<C-N>
|
||||
) Jump to the next file, hunk, or revision.
|
||||
|
||||
*fugitive_i*
|
||||
i Jump to the next file or hunk, expanding inline diffs
|
||||
|
||||
Reference in New Issue
Block a user