diff --git a/.config/atuin/config.toml b/.config/atuin/config.toml index 1ff39ff3..d672ce17 100644 --- a/.config/atuin/config.toml +++ b/.config/atuin/config.toml @@ -36,12 +36,12 @@ search_mode = "fuzzy" ## which filter mode to use ## 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 ## the accepted values are identical to those of "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 ## possible values: auto, full, compact