/text | Search forward for text. |
n | Repeat previous search. |
N | Repeat search in opposite direction. |
/ | Repeat forward search. |
? | Repeat previous search backward. |
?text | Search backward for text. |
/text/+n | Go to line n after text. |
?text?-n | Go to line n before text. |
% | Find match of current parenthesis, brace, or bracket. |
fx | Move search forward to x on current line. |
Fx | Move search backward to x on current line. |
tx | Search forward to character before x in current line. |
Tx | Search backward to character after x in current line. |
, | Reverse search direction of last f, F, t, or T. |
; | Repeat last character search (f, F, t, or T). |