From d869e5829fd32b5f070d64a6a7137709245de09c Mon Sep 17 00:00:00 2001 From: Delapouite Date: Sat, 9 Apr 2016 18:44:21 +0200 Subject: [PATCH] Add missing text objects to README: u, Q, q and g --- README.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 1d797c0e..a5bbeef1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -524,9 +524,9 @@ object you want. * `B`, `{` or `}`: select the enclosing {} block * `r`, `[` or `]`: select the enclosing [] block * `a`, `<` or `>`: select the enclosing <> block - * `"`: select the enclosing double quoted string - * `'`: select the enclosing single quoted string - * ```: select the enclosing grave quoted string + * `"` or `Q`: select the enclosing double quoted string + * `'` or `q`: select the enclosing single quoted string + * ``` or `g`: select the enclosing grave quoted string * `w`: select the whole word * `W`: select the whole WORD * `s`: select the sentence @@ -534,6 +534,7 @@ object you want. * `␣`: select the whitespaces * `i`: select the current indentation block * `n`: select the number + * `u`: select the argument * `:`: select user defined object, will prompt for open and close text.