diff options
| author | Matheus Martins <matheuscumth@gmail.com> | 2023-09-14 18:04:13 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-14 21:04:13 +0000 |
| commit | 0c2d5ce07b3e4e0223497ec053cef44ee6754b5f (patch) | |
| tree | efd88b8e730968c8302c13c918661e80a4113eda /atuin-client/config.toml | |
| parent | Bump ratatui from 0.22.0 to 0.23.0 (#1221) (diff) | |
| download | atuin-0c2d5ce07b3e4e0223497ec053cef44ee6754b5f.zip | |
Update config.toml: List inverted mode (#1226)
Diffstat (limited to 'atuin-client/config.toml')
| -rw-r--r-- | atuin-client/config.toml | 3 |
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 |
