atuin/atuin-client/src
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
..
history perf: optimize history init-store (#1691) 2024-02-12 09:56:42 +00:00
import fix(xonsh): Add xonsh to auto import, respect $HISTFILE in xonsh import, and fix issue with up-arrow keybinding in xonsh (#1711) 2024-02-15 19:33:30 +00:00
record feat: use ATUIN_TEST_SQLITE_STORE_TIMEOUT to specify test timeout of SQLite store (#1703) 2024-02-12 09:25:06 +00:00
api_client.rs feat: add store push --force 2024-02-02 18:01:09 +00:00
database.rs feat: change fulltext to do multi substring match (#1660) 2024-02-19 11:03:09 +00:00
encryption.rs feat: reencrypt/rekey local store (#1662) 2024-02-01 15:00:46 +00:00
history.rs fix(tests): add Settings::utc() for utc settings (#1677) 2024-02-06 17:47:00 +00:00
kv.rs feat: use ATUIN_TEST_SQLITE_STORE_TIMEOUT to specify test timeout of SQLite store (#1703) 2024-02-12 09:25:06 +00:00
lib.rs Automatically filter out secrets (#1182) 2023-08-19 12:28:39 +01:00
ordering.rs ignore JetBrains IDEs, tidy-up imports (#348) 2022-04-28 18:53:59 +01:00
secrets.rs feat: include atuin login in secret patterns (#1518) 2024-01-08 09:37:42 +00:00
settings.rs feat(client): add config option keys.scroll_exits (#1744) 2024-02-21 08:25:55 +00:00
sync.rs fix(sync): save sync time when it starts, not ends (#1573) 2024-01-15 13:10:10 +00:00