From f161db38cda96db13bd92bdbe1d7fd85682f4407 Mon Sep 17 00:00:00 2001 From: ash Date: Tue, 21 Apr 2026 19:50:21 +0100 Subject: docs: document show_numeric_shortcuts (#3433) This was added in https://github.com/atuinsh/atuin/pull/2863, but not documented at the time. ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing --- docs/docs/configuration/config.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/docs/configuration/config.md b/docs/docs/configuration/config.md index e143c697..0e82f19a 100644 --- a/docs/docs/configuration/config.md +++ b/docs/docs/configuration/config.md @@ -409,6 +409,14 @@ macOS does not have an ++alt++ key, although terminal emulators can often be con ctrl_n_shortcuts = true ``` +### show_numeric_shortcuts + +Atuin version: >= 18.9 + +Default: `true` + +Whether to show numeric shortcuts (1..9) beside list items in the TUI. Set this to `false` to hide the moving numbers if you find them distracting. + ### `network_timeout` Atuin version: >= 18.0 -- cgit v1.3.1