atuin/atuin-client
Helmut K. C. Tessarek 56b971ae19
feat(client): add config option keys.scroll_exits (#1744)
* 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.

* Update atuin/src/command/client/search/interactive.rs

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>

* refactor: add option to config.toml

---------

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2024-02-21 08:25:55 +00:00
..
migrations Add history deletion (#791) 2023-03-20 09:26:54 +00:00
record-migrations feat: rework record sync for improved reliability (#1478) 2024-01-05 17:57:49 +00:00
src feat(client): add config option keys.scroll_exits (#1744) 2024-02-21 08:25:55 +00:00
tests/data feat: Add xonsh history import (#1678) 2024-02-12 10:32:07 +00:00
Cargo.toml chore(release): prepare for release v18.0.1 (#1706) 2024-02-12 08:38:23 +00:00
config.toml feat(client): add config option keys.scroll_exits (#1744) 2024-02-21 08:25:55 +00:00