Document marks in the man page, from vimb-2.12
authorLeonardo Taccari <iamleot@gmail.com>
Mon, 15 Oct 2018 01:29:01 +0000 (03:29 +0200)
committerLeonardo Taccari <iamleot@gmail.com>
Mon, 15 Oct 2018 01:29:01 +0000 (03:29 +0200)
doc/vimb.1

index 75410da..ec96c3e 100644 (file)
@@ -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