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

Multi selection search #12

Closed

Commits on Apr 20, 2020

  1. Copy the full SHA
    b82c811 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. feat: Incremental search supports multiple selections

    This adds the ability to run an incremental search via the
    `modaledit.search` command with multiple cursors. This is particularly
    useful for emulating vim's `f` and `d` commands or `vim-sneak` with
    multiple cursors. Cursor motion to specific characters for each cursor
    is quite useful.
    haberdashPI committed Apr 29, 2020
    Copy the full SHA
    7003ec4 View commit details
    Browse the repository at this point in the history