From the course: Learning Vim

Solution: Define and jump to mark - vi Tutorial

From the course: Learning Vim

Start my 1-month free trial

Solution: Define and jump to mark

- [Instructor] So open sherlock.txt. Go to line 30 using column 30, and Enter. Create a mark using M + A. A is the name of the mark. Now, jump to the end of the file with Shift + G. And now to go back to the mark, use a single quote and the name of the mark. Single quote + A.

Contents