Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 232 Bytes

49_find_by_character.md

File metadata and controls

9 lines (6 loc) · 232 Bytes

Find by character

Find the c in '{char}'

Find the first occurence of {char} and move to it.

fc - finds the first char
;; - move to it by repeating the search with ;
Fc - search backwards to the previous character