'
The
Motion
The ' command in Vim
Motion
goto mark bol
Jump to the first non-blank of the line containing a mark. Special marks:
'' before last jump, '. last change, '^ last insert exit, '</'> visual selection start/end, '[/'] last yank/change.Examples
'a(line of mark a)''(jump back)'.(last change line)'<(start of last visual)d'a(delete to mark a)
Reference
Learn every Vim command visually — right in your browser.
Add Vim What? to Chrome — FreeAlso on Firefox.
Related motions