From 8ca98da1cb4d3ae027b18b75b9a0838f54d53940 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Sat, 2 Jun 2018 17:16:32 +0200 Subject: [PATCH] docs: add missing and keys --- doc/pages/keys.asciidoc | 52 ++++++++++++++++++++++++++++++----------- 1 file changed, 38 insertions(+), 14 deletions(-) diff --git a/doc/pages/keys.asciidoc b/doc/pages/keys.asciidoc index ece78b19..74b5da17 100644 --- a/doc/pages/keys.asciidoc +++ b/doc/pages/keys.asciidoc @@ -132,6 +132,9 @@ the Shift modifier and moving will extend each selection instead. **:: same as [ft] but in the other direction +**:: + repeat last object or *f*/*t* selection command + *m*:: select to matching character, see the `matching_pairs` option in <> @@ -177,9 +180,6 @@ the Shift modifier and moving will extend each selection instead. **:: ensure selections are in forward direction (cursor after anchor) -**:: - repeat last object or *f*/*t* selection command - == Changes Yanking (copying) and pasting use the *"* register by default (See <>) @@ -571,28 +571,52 @@ to skim through the jump list using: For nestable objects, a count can be used in order to specify which surrounding level to select. Object selections are repeatable using **. +=== Whole object + +A 'whole object' is an object *including* its surrounding characters. +For example, for a quoted string this will select the quotes, and +for a word this will select trailing spaces. + **:: select the whole object -**:: - select the inner object, that is the object excluding its surrounder. - For example, for a quoted string, this will not select the quote, and - for a word this will not select trailing spaces. - *[*:: - select to object start + select to the whole object start *]*:: - select to object end + select to the whole object end *{*:: - extend selections to object start + extend selections to the whole object start *}*:: - extend selections to object end + extend selections to the whole object end -After these keys, a second key needs to be entered in order to specify -the wanted object: +=== Inner object + +An 'inner object' is an object *excluding* its surrounding characters. +For example, for a quoted string this will *not* select the quotes, and +for a word this will *not* select trailing spaces. + +**:: + select the inner object + +**:: + select to the inner object start + +**:: + select to the inner object end + +**:: + extend selections to the inner object start + +**:: + extend selections to the inner object end + +=== Objects types + +After the keys described above, a second key needs to be entered +in order to specify the wanted object: *b*, *(*, *)*:: select the enclosing parenthesis