home-manager/suites/dev: update atuin default config

This commit is contained in:
Gabriel Arazas 2025-01-24 18:43:09 +08:00
parent 0fbaebb322
commit 84631a8ef5
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -121,7 +121,7 @@ in {
flags = [ "--disable-up-arrow" ]; flags = [ "--disable-up-arrow" ];
settings = { settings = {
search_mode = "fuzzy"; search_mode = "fuzzy";
filter_mode = "global"; filter_mode = "session";
}; };
}; };