Tick vs Backtick

Two ways to land on the same mark โ€” line, or exact spot.

Keys: ', `

' (apostrophe) is linewise: jumps to the line of the mark, lands on first non-blank. ` (backtick) is charwise: jumps to the exact stored line and column.

Every mark has two ways to jump to it: โ€ข '{m} โ€” jump to the line of mark m, cursor on first non-blank. Linewise. โ€ข `{m} โ€” jump to the exact position of mark m. Charwise.

See also: Setting and Jumping to Marks, Special Marks