commit fa6d7886e79aebeb35a4f00e9162fb13f3d3ac1c (tree) parent d948ec3376d9f9806b1c35da758f901725f192ec Author: Andrew Haust <andrewwhhaust@gmail.com> Date: Thu, 3 Jan 2019 10:42:14 -0500 Fix patch mapping in README Diffstat:
| M | README.markdown | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.