diff options
| author | sebbie <sebbie@sebbie> | 2025-08-08 09:53:46 +0200 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-09-12 19:27:26 -0700 |
| commit | 0b021f4cc95202e7e1df62bfb83785044b8badc4 (patch) | |
| tree | 5bf11a8a92179064253c1ad25d126cfb5ddcf67f /crates/atuin-client/config.toml | |
| parent | fix: update version in Cargo.toml + github workflows (diff) | |
| download | atuin-0b021f4cc95202e7e1df62bfb83785044b8badc4.zip | |
feat(tui): add show_numeric_shortcuts config to hide 1-9 shortcuts (#2766)
- Config option: show_numeric_shortcuts (default: true)
- When false, hide 1–9 numeric badges; keep indicator on selected row
- Example key added to example config.toml
Diffstat (limited to 'crates/atuin-client/config.toml')
| -rw-r--r-- | crates/atuin-client/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml index f87984f0..31294b38 100644 --- a/crates/atuin-client/config.toml +++ b/crates/atuin-client/config.toml @@ -100,6 +100,10 @@ ## alt-0 .. alt-9 # ctrl_n_shortcuts = false +## Show numeric shortcuts (1..9) beside list items in the TUI +## set to false to hide the moving numbers if you find them distracting +# show_numeric_shortcuts = true + ## default history list format - can also be specified with the --format arg # history_format = "{time}\t{command}\t{duration}" |
