From 989fb15b8c5c7450a8f2a2533ef2952855fba1dc Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 24 Jun 2014 16:35:50 -0400 Subject: [PATCH] Less mofo --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 68a61e6..0c5b307 100644 --- a/README.markdown +++ b/README.markdown @@ -11,8 +11,8 @@ Vim's diff handling capabilities to stage a subset of the file's changes. Bring up the output of `git status` with `:Gstatus`. Press `-` to -`add`/`reset` a file's changes, or `p` to `add`/`reset` `--patch` that -mofo. And guess what `:Gcommit` does! +`add`/`reset` a file's changes, or `p` to `add`/`reset` `--patch`. And guess +what `:Gcommit` does! `:Gblame` brings up an interactive vertical split with `git blame` output. Press enter on a line to edit the commit where the line