Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add low-level method to navigate to next character occurrence in current line #6

Open
jrk opened this issue Apr 6, 2011 · 0 comments

Comments

@jrk
Copy link

jrk commented Apr 6, 2011

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).

The old incremental search InputManager code is a useful reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant