From 77731534333ba0ea84e366a4e8276c4364edbc1d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Oct 2024 23:41:26 +0200 Subject: fix(modules/atuin): Don't try to save space at all costs `atuin` really breaks with these settings. Thus, it's better to allow it to take up more space. --- modules/by-name/at/atuin/module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/by-name') diff --git a/modules/by-name/at/atuin/module.nix b/modules/by-name/at/atuin/module.nix index 7adc34e1..76f0df05 100644 --- a/modules/by-name/at/atuin/module.nix +++ b/modules/by-name/at/atuin/module.nix @@ -38,8 +38,8 @@ in { # Save some space, by setting the mode to 'compact' and the height to 1 (meaning # `atuin` may only use 1 line in the terminal). - style = "compact"; - inline_height = 1; + style = "auto"; + inline_height = 0; # 'k' and 'j' to move up and down. keymap_mode = "vim-normal"; -- cgit 1.4.1