Marking a Specific Location in a File and Returning
Enter the following subcommands in command mode. You can cancel an incomplete subcommand by
pressing the Esc key. If you need information about the format of vi subcommands, see
General Subcommand Syntax.
“
- Moves the cursor to the previous location of the current line.
"
- Moves the cursor to the beginning of the line containing the previous location of the current line.
mx
- Marks the current position with the letter specified by x.
`x
- Moves the cursor to the mark specified by x.
- 'x
- Moves the cursor to the beginning of the line containing the mark specified by x.