From fb18eed77e3684f8eb4751fe036fcb8f4bb1bd3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Tue, 30 Dec 2025 15:55:41 +0100 Subject: [PATCH] Add up-arrow setting to atuin config --- .config/atuin/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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