PREV Move Commands UP Text Handling NEXT Appending Text

4.2.2: Marking

Emacs mark is referred to in the region specifiers r and R. See Emacs Preliminaries, and See Basics, for explanation. Also see Mark, for an explanation of the Emacs mark ring.

m<a-z>

Mark the current file and position with the specified letter.

m . Set the Emacs mark (see Emacs Preliminaries) at point.
m < Set the Emacs mark at beginning of buffer.
m > Set the Emacs mark at end of buffer.
m , Jump to the Emacs mark.
:mark <char> Mark position with text marker named <char>. This is an Ex command.
:k <char> Same as :mark.
`` Exchange point and mark.
'' Exchange point and mark and go to the first CHAR on line.
'<a-z> Go to specified Viper mark.
Go to specified Viper mark and go to the first CHAR on line.

PREV Move Commands UP Text Handling NEXT Appending Text