Jumping around

Quickfix list

Tags

Commands

Windows

Recipes

Misc

Command mode shortcuts

Registers

Ranges

Pattern syntax

Depends on magic value. Most used features are listed below.

‘magic’ ‘nomagic’    
$,^ $,^ matches end/start of line  
. \. matches any character  
* \* any number of the previous atom  
\(\) \(\) grouping into an atom  
\| \| separating alternatives (normal is used to concatenate commands)
\{ { number of pattern occurences  
\s,\w,\W,\d \s,\w,\W,\d Common character classes