Add up-arrow setting to atuin config

This commit is contained in:
Petar Kapriš 2025-12-30 15:55:41 +01:00
parent cd826ac7df
commit fb18eed77e

View file

@ -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