From 39c8d05cfa509bdc07df7f8a94b2e34d3e8d79da Mon Sep 17 00:00:00 2001 From: "J. B. Rainsberger" Date: Tue, 18 Dec 2018 07:30:29 -0500 Subject: [PATCH] Clarified the difference between movement 'f' and 't'. --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 74834e2e..56f24542 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -343,7 +343,7 @@ See <> below for instructions on extending (appending to) the current * `e`: select preceding whitespaces and the word on the right of selection end * ``: same as [wbe] but select WORD instead of word - * `f`: select to the next occurrence of the given character + * `f`: select to (including) the next occurrence of the given character * `t`: select until (excluding) the next occurrence of the given character * ``: same as [ft] but in the other direction