summaryrefslogtreecommitdiff
path: root/doc/vimb.1
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2018-04-28 00:35:34 +0200
committerDaniel Carl <danielcarl@gmx.de>2018-04-28 00:35:34 +0200
commit30d670f2e204ee8e6912a102707c102562c31021 (patch)
tree710fabbbde82b11d0769de87f60729c72dbe9a07 /doc/vimb.1
parent9acf27194f5814aea179d8618a44ebdc08fa8300 (diff)
Allow basic motion commands for hinting too.
Diffstat (limited to 'doc/vimb.1')
-rw-r--r--doc/vimb.129
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/vimb.1 b/doc/vimb.1
index cdcfd85..7504fab 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -297,6 +297,35 @@ remain visible so that another one can be selected with the same action
as the first.
Note that the extended hint mode can only be combined with the following
hint modes \fII o p P s t y Y\fP.
+.PD
+.TP
+.B Motion
+.RS
+Motions commands are like those for normal mode except that CTRL is used as
+modifier.
+But they can not be used together with a count.
+.PP
+.PD 0
+.TP
+.B CTRL-F
+Scroll one page down.
+.TP
+.B CTRL-B
+Scroll one page up.
+.TP
+.B CTRL-D
+Scroll half page down.
+.TP
+.B CTRL-U
+Scroll half page up.
+.TP
+.B CTRL-J
+Scroll one step down.
+.TP
+.B CTRL-K
+Scroll one step up.
+.PD
+.RE
.SS Searching
.TP
.BI / QUERY ", ?" QUERY