Using Marks in Vim

Metadata
- Author: Kyle Coberly
- Full Title: Using Marks in Vim
- URL: https://medium.com/@kyle.coberly/using-marks-in-vim-c878929ee022
Highlights
Set marks with m key in normal mode. To set a local mark of a where the cursor is, type ma (View Highlight)
To jump to this location, type `a anywhere in the file (View Highlight)
`` will return you to the last place you jumped from (View Highlight)
You can cycle through local marks with [` / ]` (View Highlight)
