diff options
| author | Delapouite <delapouite@gmail.com> | 2017-10-06 17:49:13 +0200 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2017-10-06 17:49:13 +0200 |
| commit | d30919dc0eae128a148ec3ff16639e398b9164aa (patch) | |
| tree | 65ad0517a07ac701aa552b44be55e01114b1548f | |
| parent | a5ae21d70d91939b9b050d8edea49d6034893935 (diff) | |
Docs: add missing vm and update custom text-object : → c
| -rw-r--r-- | README.asciidoc | 5 | ||||
| -rw-r--r-- | doc/manpages/keys.asciidoc | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/README.asciidoc b/README.asciidoc index 03d15e05..d49fa1c7 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -518,7 +518,8 @@ View commands Some commands, all beginning with v permit to manipulate the current view. - * `vv` or `vc`: center the main selection in the window + * `vv` or `vc`: center the main selection in the window (vertically) + * `vm`: center the main selection in the window (horizontally) * `vt`: scroll to put the main selection on the top line of the window * `vb`: scroll to put the main selection on the bottom line of the window * `vh`: scroll the window count columns left @@ -630,7 +631,7 @@ object you want. * `i`: select the current indentation block * `n`: select the number * `u`: select the argument - * `:`: select user defined object, will prompt + * `c`: select user defined object, will prompt for open and close text. For nestable objects, a count can be used in order to specify which surrounding diff --git a/doc/manpages/keys.asciidoc b/doc/manpages/keys.asciidoc index 287b6956..67a754ad 100644 --- a/doc/manpages/keys.asciidoc +++ b/doc/manpages/keys.asciidoc @@ -408,7 +408,10 @@ View commands for one of the following additional keys: *v*, *c*::: - center the main selection in the window + center the main selection in the window (vertically) + + *m*::: + center the main selection in the window (horizontally) *t*::: scroll to put the main selection on the top line of the window @@ -605,7 +608,7 @@ object you want *u*:: select the argument -*:*:: +*c*:: select user defined object, will prompt for open and close text Prompt Commands |
