From 8c33bdfc26b48de47604a1eeff3dd3ce983b9c07 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 12 Feb 2019 11:06:12 -0500 Subject: [PATCH] Update :Gstatus description in README This still doesn't do it justice, but it's a step in the right direction. --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 75a26c1..9c6af38 100644 --- a/README.markdown +++ b/README.markdown @@ -10,10 +10,10 @@ version of the file side by side with the working tree version and use 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`. Use -`:Gcommit %` to commit the current file, editing the commit message inside -the currently running Vim. +Bring up an enhanced version of `git status` with `:Gstatus`. Press `-` to +`add`/`reset` a file's changes, or `=` to expand an inline diff and operate on +individual hunks. Use `:Gcommit %` to commit the current file, editing the +commit message inside the currently running Vim. `:Gblame` brings up an interactive vertical split with `git blame` output. Press enter on a line to edit the commit where the line