diff --git a/home/atuin/default.nix b/home/atuin/default.nix index e0d1eb2..06c2abc 100644 --- a/home/atuin/default.nix +++ b/home/atuin/default.nix @@ -21,6 +21,8 @@ in update_check = false; # I don't care for the fancy display style = "compact"; + # Get closer to fzf's fuzzy search + search_mode = "skim"; }; }; };