From b7d56a31189db6a7f9d03407876195db9adfba81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Thu, 20 Jun 2024 22:52:20 +0200 Subject: [PATCH] atuin: More settings --- hm/shell/atuin.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hm/shell/atuin.nix b/hm/shell/atuin.nix index 7d8b5c6..f728891 100644 --- a/hm/shell/atuin.nix +++ b/hm/shell/atuin.nix @@ -10,6 +10,11 @@ sync_frequency = "5m"; sync_address = "https://atuin.frogeye.fr"; ctrl_n_shortcuts = true; # Cranberry uses Alt for i3 + keymap_mode = "vim-insert"; + enter_accept = true; + search_mode_shell_up_key_binding = "prefix"; + show_tabs = false; + inline_height = 25; }; flags = [ "--disable-up-arrow"