Add up-arrow setting to atuin config
This commit is contained in:
parent
cd826ac7df
commit
fb18eed77e
1 changed files with 2 additions and 2 deletions
|
|
@ -36,12 +36,12 @@ search_mode = "fuzzy"
|
||||||
|
|
||||||
## which filter mode to use
|
## which filter mode to use
|
||||||
## possible values: global, host, session, directory
|
## possible values: global, host, session, directory
|
||||||
# filter_mode = "global"
|
filter_mode = "global"
|
||||||
|
|
||||||
## which filter mode to use when atuin is invoked from a shell up-key binding
|
## which filter mode to use when atuin is invoked from a shell up-key binding
|
||||||
## the accepted values are identical to those of "filter_mode"
|
## the accepted values are identical to those of "filter_mode"
|
||||||
## leave unspecified to use same mode set in "filter_mode"
|
## leave unspecified to use same mode set in "filter_mode"
|
||||||
# filter_mode_shell_up_key_binding = "global"
|
filter_mode_shell_up_key_binding = "session"
|
||||||
|
|
||||||
## which style to use
|
## which style to use
|
||||||
## possible values: auto, full, compact
|
## possible values: auto, full, compact
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue