summaryrefslogtreecommitdiff
path: root/doc/vimb.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/vimb.1')
-rw-r--r--doc/vimb.112
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/vimb.1 b/doc/vimb.1
index 75410da..ec96c3e 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -189,6 +189,18 @@ Scroll page \fIN\fP steps down.
.TP
.BI [ N ]k
Scroll page \fIN\fP steps up.
+.TP
+.BI m{ a-z }
+Set a page mark {\fIa-z\fP} at the current position on the page.
+Such set marks are only available on the current page;
+if the page is left, all marks will be removed.
+.TP
+.BI '{ a-z }
+Jump to the mark {\fIa-z\fP} on the current page.
+.TP
+.B ''
+Jumps to the position before the latest jump, or where the last "m'" command
+was given.
.SS Hinting
Hinting in Vimb is how you accomplish the tasks that you would do with the
mouse in common mouse-driven browsers: open a URI, yank a URI, save a page and