From dff86ce195898e52761f573bd3649e4984e7a3d3 Mon Sep 17 00:00:00 2001 From: "J. B. Rainsberger" Date: Tue, 18 Dec 2018 07:28:14 -0500 Subject: [PATCH] Minor improvements: grammar and spacing. --- README.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 8da2218a..74834e2e 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -338,13 +338,13 @@ See <> below for instructions on extending (appending to) the current * `k`: select the character above the selection end * `l`: select the character on the right of selection end - * `w`: select the word and following whitespaces on the right of selection end + * `w`: select the word and following whitespaces on the right of selection end * `b`: select preceding whitespaces and the word on the left of selection end * `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 occurence of given character - * `t`: select until the next occurence of given character + * `f`: select to 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 * `m`: select to matching character