Vim

Commands

Mark

Description:
You can mark a location in a file and jump to that location using this command.

Usage:

mark a location in a file
m<letter>
type any letter from a to z after typing m

jump to the location in a file
'<letter>
type any letter from a to z after typing '