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

Type to Select improvements #32

Merged
merged 4 commits into from
Jul 15, 2024
Merged

Type to Select improvements #32

merged 4 commits into from
Jul 15, 2024

Commits on Jun 25, 2024

  1. Simplify search code. Just look after current current selection, incl…

    …uding it, and as fallback before it. Handle no-selection just with a skip.
    rmottola committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7ab4d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e56332c View commit details
    Browse the repository at this point in the history
  3. Change type-select behaviour:

    - if appended buffer matches fine, else use the typed character to start a new selection
    - shorten time for one-word to 5 seconds (should be unified into a constant or preference)
    - while a character doesn't match any beginning, keep re-initing
    - allow exiting word-typing with esc
    rmottola committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    52c1850 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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