Vim marks

Updated: 07 March 2026

View all marks

:marks

Jump to line where mark k is defined

'k

Jump to line and horizontal position where mark l is defined

`l

Create a mark called b

mb

Delete mark b

:delm b

Delete all lowercase marks

:delm!

Create global mark (uppercase) A

mA

Leave a comment