From 4c2d8201dccdf8571a71a6e969ca9557b1c5fdf2 Mon Sep 17 00:00:00 2001 From: P T Weir Date: Mon, 7 Oct 2024 16:54:07 +0100 Subject: feat: Ultracompact Mode (search-only) (#2357) * feat: add always_show_tabs setting * feat(ultracompact): extra-compact options * feat(ultracompact): enable via auto_hide_height * feat(ultracompact): clarify comment * fix(theming): minor tidyup to theming comment * chore: rustfmt/clippy corrections * chore: testing if CI issue was transient --- crates/atuin-client/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crates/atuin-client/config.toml') diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml index 9cd833aa..4b2810e5 100644 --- a/crates/atuin-client/config.toml +++ b/crates/atuin-client/config.toml @@ -125,6 +125,13 @@ ## Configure whether or not to show tabs for search and inspect # show_tabs = true +## Configure whether or not the tabs row may be auto-hidden, which includes the current Atuin +## tab, such as Search or Inspector, and other tabs you may wish to see. This will +## only be hidden if there are fewer than this count of lines available, and does not affect the use +## of keyboard shortcuts to switch tab. 0 to never auto-hide, default is 8 (lines). +## This is ignored except in `compact` mode. +# auto_hide_height = 8 + ## Defaults to true. This matches history against a set of default regex, and will not save it if we get a match. Defaults include ## 1. AWS key id ## 2. Github pat (old and new) -- cgit v1.3.1