Docs: add missing vm and update custom text-object : → c

This commit is contained in:
Delapouite 2017-10-06 17:49:13 +02:00
parent a5ae21d70d
commit d30919dc0e
2 changed files with 8 additions and 4 deletions

View File

@ -518,7 +518,8 @@ View commands
Some commands, all beginning with v permit to manipulate the current Some commands, all beginning with v permit to manipulate the current
view. 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 * `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 * `vb`: scroll to put the main selection on the bottom line of the window
* `vh`: scroll the window count columns left * `vh`: scroll the window count columns left
@ -630,7 +631,7 @@ object you want.
* `i`: select the current indentation block * `i`: select the current indentation block
* `n`: select the number * `n`: select the number
* `u`: select the argument * `u`: select the argument
* `:`: select user defined object, will prompt * `c`: select user defined object, will prompt
for open and close text. for open and close text.
For nestable objects, a count can be used in order to specify which surrounding For nestable objects, a count can be used in order to specify which surrounding

View File

@ -408,7 +408,10 @@ View commands
for one of the following additional keys: for one of the following additional keys:
*v*, *c*::: *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*::: *t*:::
scroll to put the main selection on the top line of the window scroll to put the main selection on the top line of the window
@ -605,7 +608,7 @@ object you want
*u*:: *u*::
select the argument select the argument
*:*:: *c*::
select user defined object, will prompt for open and close text select user defined object, will prompt for open and close text
Prompt Commands Prompt Commands