Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 465 Bytes

tip49.md

File metadata and controls

12 lines (10 loc) · 465 Bytes

49. Find by Character

Search in the current line.

Command Effect
f{char} Forward to the next occurrence of {char}
F{char} Backward to the previous occurrence of {char}
t{char} Forward to the character before the next occurrence of {char}
T{char} Backward to the character after the previous occurrence of {char}
; Repeat the last character-search command
, Reverse the last character-search command