Vim What?Commandsm
m

The m command in Vim

Command

set mark

Set a mark at the cursor position. Lowercase marks (a-z) are local to the file. Uppercase marks (A-Z) are global across files. Jump back with ' (line) or ` (exact position).
Examples

Reference

Official Vim help for m

Learn every Vim command visually — right in your browser.

Add Vim What? to Chrome — Free

Also on Firefox.

Related commands