diff options
Diffstat (limited to 'modules/by-name')
-rw-r--r-- | modules/by-name/at/atuin/module.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |