From fd861f65f786830700b952ca8de05904bc23dc44 Mon Sep 17 00:00:00 2001 From: Peter Salveson Date: Fri, 11 Apr 2025 20:19:33 -0700 Subject: [PATCH 1/2] Update config.toml: commented keymap_mode line Commented the only line of config.toml that is not commented. It is unclear why it was uncommented. --- crates/atuin-client/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml index 4f9a46b7981..a0d01b7046c 100644 --- a/crates/atuin-client/config.toml +++ b/crates/atuin-client/config.toml @@ -147,7 +147,7 @@ ## Defaults to true. If enabled, upon hitting enter Atuin will immediately execute the command. Press tab to return to the shell and edit. # This applies for new installs. Old installs will keep the old behaviour unless configured otherwise. -enter_accept = true +# enter_accept = true ## Defaults to "emacs". This specifies the keymap on the startup of `atuin ## search`. If this is set to "auto", the startup keymap mode in the Atuin From f1253bf000500426639e96d1a3534c83775aa326 Mon Sep 17 00:00:00 2001 From: Peter Salveson Date: Fri, 11 Apr 2025 20:28:16 -0700 Subject: [PATCH 2/2] Update config.toml: added store_failed to default config Added store_failed with default value and brief explanation to config.toml. Store_failed is mentioned in the Atuin documentation (https://docs.atuin.sh/configuration/config/#store_failed), but appears to be omitted from the default config.toml. --- crates/atuin-client/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml index a0d01b7046c..e65cf5e271b 100644 --- a/crates/atuin-client/config.toml +++ b/crates/atuin-client/config.toml @@ -172,6 +172,10 @@ ## Alternatively, set env NO_MOTION=true # prefers_reduced_motion = false +## Defaults to true. Configures whether to store commands that failed (those with non-zero +## exit status) or not. +# store_failed = true + [stats] ## Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl # common_subcommands = [