t
The
Motion
The t command in Vim
Motion
'till
Till — move cursor to just before the [count]'th occurrence of a character to the right. Cursor stops one character short. Repeat with
;, reverse with ,.Examples
t,(move before next comma)dt;(delete till semicolon)ct)(change till close paren)
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