From d30919dc0eae128a148ec3ff16639e398b9164aa Mon Sep 17 00:00:00 2001 From: Delapouite Date: Fri, 6 Oct 2017 17:49:13 +0200 Subject: [PATCH] =?UTF-8?q?Docs:=20add=20missing=20vm=20and=20update=20cus?= =?UTF-8?q?tom=20text-object=20:=20=E2=86=92=20c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.asciidoc | 5 +++-- 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