From 44321ee9b62e4a2008bb0402b890c6eac31fbf06 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 16 Jan 2026 11:12:49 -0800 Subject: 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 Co-authored-by: Claude Opus 4.5 --- docs/docs/configuration/config.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs') 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. -- cgit v1.3.1