Skip to content

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

Description

@jrk

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions