diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml index 4f9a46b7981..e65cf5e271b 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 @@ -172,6 +172,10 @@ enter_accept = true ## 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 = [