Clarified the difference between movement 'f' and 't'.

This commit is contained in:
J. B. Rainsberger 2018-12-18 07:30:29 -05:00
parent dff86ce195
commit 39c8d05cfa

View File

@ -343,7 +343,7 @@ See <<Appending>> below for instructions on extending (appending to) the current
* `e`: select preceding whitespaces and the word on the right of selection end * `e`: select preceding whitespaces and the word on the right of selection end
* `<a-[wbe]>`: same as [wbe] but select WORD instead of word * `<a-[wbe]>`: 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 * `t`: select until (excluding) the next occurrence of the given character
* `<a-[ft]>`: same as [ft] but in the other direction * `<a-[ft]>`: same as [ft] but in the other direction