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

Jump mode #3791

Closed
wants to merge 27 commits into from
Closed

Jump mode #3791

wants to merge 27 commits into from

Commits on Sep 20, 2022

  1. Add initial text annotations support

    Currently supports putting annotations at EOL and overlaying.
    sudormrfbin committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    8b4254e View commit details
    Browse the repository at this point in the history
  2. Rework virtual text api

    sudormrfbin committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4d8be0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fa5c62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d22ba2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a44615 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a365ed View commit details
    Browse the repository at this point in the history
  7. Fix order of jump keys

    Omnikar committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    6927693 View commit details
    Browse the repository at this point in the history
  8. Add word-wise jumping

    Omnikar committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1788281 View commit details
    Browse the repository at this point in the history
  9. Select jumped-to word

    Omnikar committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    384d926 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d5e7a8 View commit details
    Browse the repository at this point in the history
  11. Make comment more descriptive

    Omnikar committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1d071ba View commit details
    Browse the repository at this point in the history
  12. Consistent iteration var name

    Omnikar committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    ded521a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ff80325 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a8b4bd5 View commit details
    Browse the repository at this point in the history
  15. Address clippy

    Omnikar committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    3074ce9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Make jump labels themable

    Omnikar committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    53cf891 View commit details
    Browse the repository at this point in the history
  2. Fix jump label generation bug

    Omnikar committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    1ecdf86 View commit details
    Browse the repository at this point in the history
  3. Fix clippy borrow error

    Omnikar committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    0fc294d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Add missing semicolon

    Omnikar committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    023a2dc View commit details
    Browse the repository at this point in the history
  2. Add documentation

    Omnikar committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    fbe6e9d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    3f42d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399f283 View commit details
    Browse the repository at this point in the history
  3. Fix offscreen detection

    Omnikar committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f7f5017 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Cleanup

    Omnikar committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    b30e288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370badd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Refactor

    Omnikar committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d0d7942 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Fix typo

    Omnikar committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d927f27 View commit details
    Browse the repository at this point in the history