From 3581dc8a25b042988559542cebc4fcd51432d57e Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Mon, 15 Oct 2018 03:29:01 +0200 Subject: [PATCH] Document marks in the man page, from vimb-2.12 --- doc/vimb.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.20.1