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
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

View File

@ -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