aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorWaldir Pimenta <waldyrious@gmail.com>2025-11-26 18:51:42 +0000
committerGitHub <noreply@github.com>2025-11-26 18:51:42 +0000
commit0f05e0ea08683cfb35f999fa7ade09c216646e05 (patch)
tree79a54b529476bc6952e727fc89c807129b4f5c04 /crates
parentchore(deps): Update some packages realated to ring and aws-lc (#2991) (diff)
downloadatuin-0f05e0ea08683cfb35f999fa7ade09c216646e05.zip
chore: clarify docstring of the enter_accept config key (#3003)
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin-client/config.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml
index 05e79f08..2eb5d790 100644
--- a/crates/atuin-client/config.toml
+++ b/crates/atuin-client/config.toml
@@ -154,8 +154,10 @@
## 5. Stripe live/test keys
# secrets_filter = true
-## 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.
+## Defaults to true. If enabled, upon hitting enter Atuin will immediately execute the command,
+## whereas tab will put the command in the prompt for editing.
+## If set to false, both enter and tab will place the command in the prompt for editing.
+## This applies for new installs. Old installs will keep the old behaviour unless configured otherwise.
enter_accept = true
## Defaults to false. If enabled, when triggered after &&, || or |, Atuin will complete commands to chain rather than replace the current line.