From 559425cafae5491abcc6dd4ea69bcccf5249aa73 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 25 Jun 2010 21:30:15 -0400 Subject: [PATCH] Replace "Use" with clearer "Press" --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 189bd1f..0ae91a0 100644 --- a/README.markdown +++ b/README.markdown @@ -11,7 +11,7 @@ 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`. Use `-` to +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!