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

Fleet #973

Merged
merged 34 commits into from
Aug 23, 2024
Merged

Fleet #973

merged 34 commits into from
Aug 23, 2024

Commits on Aug 19, 2024

  1. Make ExEntryAction public

    Fleet registers commands manually, so commands must be accessible
    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e038356 View commit details
    Browse the repository at this point in the history
  2. Support <BS> in command mode

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    da4cf04 View commit details
    Browse the repository at this point in the history
  3. Support <DEL> in command mode

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    be859b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98dc35b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1d73f4 View commit details
    Browse the repository at this point in the history
  6. Support <C-H> in command mode

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    22b5998 View commit details
    Browse the repository at this point in the history
  7. Support <Left> in command mode

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    52f8458 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d3e59b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    900eece View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f52959 View commit details
    Browse the repository at this point in the history
  11. Register all shortcuts without references on ExKeyBindings

    All the shortcuts will be removed from ExKeyBindings, but they still need to be registered
    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0bfbac0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2dee324 View commit details
    Browse the repository at this point in the history
  13. Fix failing tests

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f52c02b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    29037c8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4a01b7a View commit details
    Browse the repository at this point in the history
  16. Support <C-W> in command mode

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ed4169a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    88d0afe View commit details
    Browse the repository at this point in the history
  18. Remove some old bindings

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    599212e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    408ee9b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c6f12f1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6fe5ce7 View commit details
    Browse the repository at this point in the history
  22. Support <C-U> in command mode

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e6025e1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    db5bc29 View commit details
    Browse the repository at this point in the history
  24. Remove some old bindings

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    cf872f1 View commit details
    Browse the repository at this point in the history
  25. Better reset

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4084e8b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    913da58 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7bcfcd9 View commit details
    Browse the repository at this point in the history
  28. Fix tests

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    05682cb View commit details
    Browse the repository at this point in the history
  29. Remove package-info.java

    lippfi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d37ab18 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. Exclude generated files from .gitignore

    I've also added sorting to be more confident that the generated file will be persistent across different machines
    lippfi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f4bca24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b347c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

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