From ec0d7e221688bc049163fafe07046662ad551cba Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 31 Aug 2024 14:26:23 -0700 Subject: [PATCH] small changes --- modules/atuin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/atuin.nix b/modules/atuin.nix index 1650db5..5b7e626 100644 --- a/modules/atuin.nix +++ b/modules/atuin.nix @@ -13,6 +13,7 @@ in ]; settings = { auto_sync = true; + keymap_mode = "vim-normal"; sync_frequency = "20m"; sync_address = if (hostname == "Alaska") then "http://127.0.0.1:8910" else "https://atuin.nickiel.net"; @@ -22,6 +23,9 @@ in show_help = true; exit_mode = "return-query"; secrets_filter = true; + history_filter = [ + "^atuin account login" + ]; }; }; }