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.
:marks
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.