Update config.toml: List inverted mode (#1226)

This commit is contained in:
Matheus Martins 2023-09-14 18:04:13 -03:00 committed by GitHub
parent 47ea974f54
commit 0c2d5ce07b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,9 @@
## set it to 0 to always go full screen ## set it to 0 to always go full screen
# inline_height = 0 # 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 ## enable or disable showing a preview of the selected command
## useful when the command is longer than the terminal width and is cut off ## useful when the command is longer than the terminal width and is cut off
# show_preview = false # show_preview = false