From 0b021f4cc95202e7e1df62bfb83785044b8badc4 Mon Sep 17 00:00:00 2001 From: sebbie Date: Fri, 8 Aug 2025 09:53:46 +0200 Subject: feat(tui): add show_numeric_shortcuts config to hide 1-9 shortcuts (#2766) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- crates/atuin-client/config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/atuin-client/config.toml') 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}" -- cgit v1.3.1