From 7944e17ade36481b4506a2657cf2e18d17c6f5a0 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Thu, 16 Nov 2023 20:51:26 -0500 Subject: [PATCH] Update settings for Atuin --- modules/home-manager/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index c9d7d89..e30a37e 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -31,9 +31,12 @@ atuin = { enable = true; settings = { - sync_address = "https://atuin.home.technicalissues.us"; + ctrl_n_shortcuts = true; # Use Ctrl-0 .. Ctrl-9 instead of Alt-0 .. Alt-9 UI shortcuts + enter_accept = true; # press tab to edit command before running filter_mode_shell_up_key_binding = "host"; # or global, host, directory, etc + sync_address = "https://atuin.home.technicalissues.us"; sync_frequency = "15m"; + }; }; bat = {