mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 20:43:46 -05:00
Press i in blame to close then jump to commit
This commit is contained in:
@@ -170,10 +170,12 @@ that are part of Git repositories).
|
||||
[count]th first grandparent (like HEAD~[count]), or P
|
||||
to reblame at that commit's [count]th parent (like
|
||||
HEAD^[count]). Press o or O to open up that commit
|
||||
in a horizontal of vertical split. Pressing q will
|
||||
close the blame buffer, and pressing gq will close the
|
||||
blame buffer and return the targeted window to the
|
||||
work tree version.
|
||||
in a horizontal of vertical split, or i to close the
|
||||
blame window and open the commit in place of the
|
||||
original file. Pressing q will close the blame
|
||||
buffer, and pressing gq will close the blame buffer
|
||||
and return the targeted window to the work tree
|
||||
version.
|
||||
|
||||
:[range]Gblame [flags] Run git-blame on the given range.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user