aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus Martins <matheuscumth@gmail.com>2023-09-14 18:04:13 -0300
committerGitHub <noreply@github.com>2023-09-14 21:04:13 +0000
commit0c2d5ce07b3e4e0223497ec053cef44ee6754b5f (patch)
treeefd88b8e730968c8302c13c918661e80a4113eda
parentBump ratatui from 0.22.0 to 0.23.0 (#1221) (diff)
downloadatuin-0c2d5ce07b3e4e0223497ec053cef44ee6754b5f.zip
Update config.toml: List inverted mode (#1226)
-rw-r--r--atuin-client/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml
index 29367cde..8a219641 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