vimtricks.wiki Concise Vim tricks, one at a time.

How do you list all marks in Vim?

Answer

:marks

Explanation

Use :marks to display all current marks with their line numbers, column positions, and file/text. Navigate to any mark with 'a or backtick-a.

Next

How do I visually select a double-quoted string including the quotes themselves?