`
The
Motion
The ` command in Vim
Motion
goto mark (exact)
Jump to the exact position (line and column) of a mark. Unlike
' which jumps to the line start. Special marks: `` before last jump, `. last change, `[/`] start/end of last yank.Examples
`a(exact pos of mark a)``(jump back)`.(last change position)`[(start of last yank)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