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

feat(client): add config option keys.scroll_exits #1744

Merged
merged 3 commits into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. feat(client): add config option keys.scroll_exits

    If the config option is set the `false`, using the up/down key won't
    exit the TUI when scrolled past the first/last entry.
    
    Example:
    
    ```
    [keys]
    scroll_exits = false
    ```
    
    The default is `true`, which is the current behavior.
    tessus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f19218c View commit details
    Browse the repository at this point in the history
  2. Update atuin/src/command/client/search/interactive.rs

    Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
    tessus and akinomyoga committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6e62d9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30dfaf5 View commit details
    Browse the repository at this point in the history