diff options
author | Daniel J. Perry <dperry45@gatech.edu> | 2023-02-04 02:18:26 -0500 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-06-27 23:08:09 +0100 |
commit | 8f667527e1fab369028a1574c11649aedbec5508 (patch) | |
tree | ea25acece2f759c81b04b26288568c356d166142 /doc/neovimb.1 | |
parent | cb882bfc5e5ee85a7d3baa2d6ec2e75932a04a4d (diff) |
Add global marks
Diffstat (limited to 'doc/neovimb.1')
-rw-r--r-- | doc/neovimb.1 | 7 |
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. |