You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vim's f & t commands are quite useful for fast navigation (and editing/deletion/correction, when combined with d or c). Emulating this functionality seems to require an additional low-level Objective-C method injected into TextMate which can emulate the f and t navigation scheme with and without changing the selection, and without leaving the current line (all unlike the existing ISIM_incrementalSearch method).
Vim's
f
&t
commands are quite useful for fast navigation (and editing/deletion/correction, when combined withd
orc
). Emulating this functionality seems to require an additional low-level Objective-C method injected into TextMate which can emulate thef
andt
navigation scheme with and without changing the selection, and without leaving the current line (all unlike the existingISIM_incrementalSearch
method).The old incremental search InputManager code is a useful reference.
The text was updated successfully, but these errors were encountered: