F
The
Motion
The F command in Vim
Motion
back find char
Find backward — move cursor to the [count]'th occurrence of a character to the left on the current line. Repeat with
;, reverse with ,.Examples
F(dF,F;(find prev semicolon)
Related plugin
dahu/vim-fanfingtastic — Extends f, F, t, T to search across multiple lines.
Reference
Learn every Vim command visually — right in your browser.
Add Vim What? to Chrome — FreeAlso on Firefox.
Related motions