summaryrefslogtreecommitdiff
path: root/doc/neovimb.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/neovimb.1')
-rw-r--r--doc/neovimb.17
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/neovimb.1 b/doc/neovimb.1
index 3135388..505b10b 100644
--- a/doc/neovimb.1
+++ b/doc/neovimb.1
@@ -221,9 +221,16 @@ 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 m{ A-Z }
+Set a page mark {\fIA-Z\fP} at the current position on the page.
+These marks are permanent across any page.
+.TP
.BI '{ a-z }
Jump to the mark {\fIa-z\fP} on the current page.
.TP
+.BI '{ A-Z }
+Jump to the global mark {\fIA-Z\fP} on a (possibly) different page.
+.TP
.B ''
Jumps to the position before the latest jump, or where the last "m'" command
was given.