Update config.toml: List inverted mode (#1226)
This commit is contained in:
parent
47ea974f54
commit
0c2d5ce07b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue