From e4e44dd8fafb2c026110830a1a00e05564cf7a0e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 27 Apr 2023 09:22:57 +0000 Subject: [PATCH] home: atuin: enable command line preview --- home/atuin/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/atuin/default.nix b/home/atuin/default.nix index 06c2abc..19a6fb9 100644 --- a/home/atuin/default.nix +++ b/home/atuin/default.nix @@ -23,6 +23,8 @@ in style = "compact"; # Get closer to fzf's fuzzy search search_mode = "skim"; + # Show long command lines at the bottom + show_preview = true; }; }; };