From 9933220dac1e5d3d5799e14923fd6671ec45b2d6 Mon Sep 17 00:00:00 2001 From: Anderson <141751473+digital-cuttlefish@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:57:18 -0500 Subject: feat(ui): Add config setting for showing tabs (#1755) * Add config setting for showing tabs * Added semicolon --- atuin-client/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'atuin-client/config.toml') diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 307a645a..d5d7f389 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -122,6 +122,9 @@ ## amount of commands in your history. # show_help = true +## Configure whether or not to show tabs for search and inspect +# show_tabs = true + ## 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