diff options
| author | ash <ash@sorrel.sh> | 2026-04-21 19:50:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-21 19:50:21 +0100 |
| commit | f161db38cda96db13bd92bdbe1d7fd85682f4407 (patch) | |
| tree | 77d931f041c3310a1ce410fb5b69f0a2f0ad2af8 | |
| parent | feat: Implement write_file tool with overwrite safety (#3432) (diff) | |
| download | atuin-f161db38cda96db13bd92bdbe1d7fd85682f4407.zip | |
docs: document show_numeric_shortcuts (#3433)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord -->
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
Diffstat (limited to '')
| -rw-r--r-- | docs/docs/configuration/config.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
