Remove duplicate "invert" in default config (#1338)
This commit is contained in:
parent
5ca346b40c
commit
6bf35071dd
1 changed files with 1 additions and 4 deletions
|
@ -60,7 +60,7 @@
|
||||||
## 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 the UI - put the search bar at the top , Default to `false`
|
||||||
# invert = false
|
# invert = false
|
||||||
|
|
||||||
## enable or disable showing a preview of the selected command
|
## enable or disable showing a preview of the selected command
|
||||||
|
@ -113,9 +113,6 @@
|
||||||
## amount of commands in your history.
|
## amount of commands in your history.
|
||||||
# show_help = true
|
# show_help = true
|
||||||
|
|
||||||
## Invert the UI - put the search bar at the top
|
|
||||||
# invert = false
|
|
||||||
|
|
||||||
## Defaults to true. This matches history against a set of default regex, and will not save it if we get a match. Defaults include
|
## Defaults to true. This matches history against a set of default regex, and will not save it if we get a match. Defaults include
|
||||||
## 1. AWS key id
|
## 1. AWS key id
|
||||||
## 2. Github pat (old and new)
|
## 2. Github pat (old and new)
|
||||||
|
|
Loading…
Reference in a new issue