From 0c2d5ce07b3e4e0223497ec053cef44ee6754b5f Mon Sep 17 00:00:00 2001 From: Matheus Martins Date: Thu, 14 Sep 2023 18:04:13 -0300 Subject: [PATCH] Update config.toml: List inverted mode (#1226) --- atuin-client/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 29367cd..8a21964 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -55,6 +55,9 @@ ## set it to 0 to always go full screen # inline_height = 0 +##Invert the UI - put the search bar at the top , Default to `false` +# invert = false + ## enable or disable showing a preview of the selected command ## useful when the command is longer than the terminal width and is cut off # show_preview = false