diff --git a/README.asciidoc b/README.asciidoc index 15a891d8..256a89e9 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -301,7 +301,6 @@ Changes in place of line breaks * `>`: indent selected lines - * `<`: deindent selected lines * `alt->`: indent selected lines, including empty lines * `<`: deindent selected lines * `alt-<`: deindent selected lines, do not remove incomplete @@ -323,7 +322,7 @@ Changes * `alt-&`: copy indent, copy the indentation of the main selection (or the count one if a count is given) to all other ones - * ```: to lower case + * ` ` `: to lower case * `~`: to upper case * `alt-``: swap case @@ -440,7 +439,7 @@ object you want. * `a`, `<` or `>`: select the enclosing <> block * `"`: select the enclosing double quoted string * `'`: select the enclosing single quoted string - * ```: select the enclosing grave quoted string + * ` ` `: select the enclosing grave quoted string * `w`: select the whole word * `W`: select the whole WORD * `s`: select the sentence @@ -892,6 +891,10 @@ and :rmhl ---------------------- +`highlighter_id` is a name generated by the highlighter specified with `highlighter_name`, +possibly dependent on the parameters. Use command completion on rmhl to see the existing +highlighters id. + general highlighters are: * `regex :...`: highlight a regex, takes the regex as