mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-09 12:03:47 -05:00
Update :Gblame explanation in README
This commit is contained in:
@@ -15,9 +15,9 @@ Bring up the output of `git status` with `:Gstatus`. Press `-` to
|
|||||||
mofo. And guess what `:Gcommit` does!
|
mofo. And guess what `:Gcommit` does!
|
||||||
|
|
||||||
`:Gblame` brings up an interactive vertical split with `git blame`
|
`:Gblame` brings up an interactive vertical split with `git blame`
|
||||||
output. Press enter on a line to reblame the file as it stood in that
|
output. Press enter on a line to edit the commit where the line
|
||||||
commit, or `o` to open that commit in a split. When you're done, use
|
changed, or `o` to open it in a split. When you're done, use `:Gedit`
|
||||||
`:Gedit` in the historic buffer to go back to the work tree version.
|
in the historic buffer to go back to the work tree version.
|
||||||
|
|
||||||
`:Gmove` does a `git mv` on a file and simultaneously renames the
|
`:Gmove` does a `git mv` on a file and simultaneously renames the
|
||||||
buffer. `:Gremove` does a `git rm` on a file and simultaneously deletes
|
buffer. `:Gremove` does a `git rm` on a file and simultaneously deletes
|
||||||
|
|||||||
Reference in New Issue
Block a user