From a806f3282562c1dabf82e1ab0a9b5500f36cd45d Mon Sep 17 00:00:00 2001 From: Yogendra Singh Date: Sun, 22 Oct 2017 14:36:56 +0530 Subject: [PATCH] Simple typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05689485..b151c28b 100644 --- a/README.md +++ b/README.md @@ -1318,7 +1318,7 @@ maps the `jd` sequence to the longer subcommand invocation. These commands are useful for jumping around and exploring code. When moving the cursor, the subcommands add entries to Vim's `jumplist` so you can use -`CTRL-O` to jump back to where you where before invoking the command (and +`CTRL-O` to jump back to where you were before invoking the command (and `CTRL-I` to jump forward; see `:h jumplist` for details). If there is more than one destination, the quickfix list (see `:h quickfix`) is populated with the available locations and opened to full width at the bottom of the screen.