aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-01-16 11:12:49 -0800
committerGitHub <noreply@github.com>2026-01-16 11:12:49 -0800
commit44321ee9b62e4a2008bb0402b890c6eac31fbf06 (patch)
tree7cd2793c3bf71175bf80627848f28a34aa7c68dd /docs
parentDocument key binding issue on Ghostty for Linux (#3073) (diff)
downloadatuin-44321ee9b62e4a2008bb0402b890c6eac31fbf06.zip
document keys.exit_past_line_{start,end} (#3071)
**Migrated from atuinsh/docs PR:** https://github.com/atuinsh/docs/pull/95 **Original author:** @russmatney --- The newly introduced behavior was driving me crazy! But I was happy to find it was already configurable. Here's an update to the docs, per: https://github.com/atuinsh/atuin/pull/2606#pullrequestreview-2669540017 Co-authored-by: Russell Matney <russell.matney@gmail.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/configuration/config.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/docs/configuration/config.md b/docs/docs/configuration/config.md
index 79bf0961..2fe1e251 100644
--- a/docs/docs/configuration/config.md
+++ b/docs/docs/configuration/config.md
@@ -610,6 +610,22 @@ Default: `a`
Which key to use as the prefix
+### `exit_past_line_start`
+
+Atuin version: >= 18.5
+
+Default: `true`
+
+Exits the TUI when scrolling left while the cursor is at the start of the line.
+
+### `exit_past_line_end`
+
+Atuin version: >= 18.5
+
+Default: `true`
+
+Exits the TUI when scrolling right while the cursor is at the end of the line.
+
## preview
This section of the client config is specifically for configuring preview-related settings.