parent
f93081471a
commit
3e6a37365e
|
@ -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>
|
||||
----------------------
|
||||
|
||||
`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 <ex> <capture_id>:<face>...`: highlight a regex, takes the regex as
|
||||
|
|
Loading…
Reference in New Issue
Block a user