From fa6d7886e79aebeb35a4f00e9162fb13f3d3ac1c Mon Sep 17 00:00:00 2001 From: Andrew Haust Date: Thu, 3 Jan 2019 10:42:14 -0500 Subject: [PATCH] Fix patch mapping in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 44e9804..e2fa6d8 100644 --- a/README.markdown +++ b/README.markdown @@ -11,7 +11,7 @@ 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 +`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.