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" + ]; }; }; }