summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Taccari <iamleot@gmail.com>2018-10-15 03:29:01 +0200
committerLeonardo Taccari <iamleot@gmail.com>2018-10-15 03:29:01 +0200
commit3581dc8a25b042988559542cebc4fcd51432d57e (patch)
tree62a528746b4cfcb6fd5717f538cfae09027c9b44
parentdd14f67af3054439a6bcc433d029bf239538b1c3 (diff)
Document marks in the man page, from vimb-2.12
-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