From f41fd5d42ed33993d7a148988329804f1383fd57 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 27 Apr 2023 09:21:21 +0000 Subject: [PATCH] home: atuin: use 'skim' engine --- home/atuin/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; }; }; };