From 0c566d10eeae78776baa60989d1cab720359de1d Mon Sep 17 00:00:00 2001 From: Russell Matney Date: Sat, 7 Jun 2025 11:01:31 -0400 Subject: [PATCH] document keys.exit_past_line_{start,end} 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 --- src/content/docs/configuration/config.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/content/docs/configuration/config.mdx b/src/content/docs/configuration/config.mdx index bbd0296..a88cf16 100644 --- a/src/content/docs/configuration/config.mdx +++ b/src/content/docs/configuration/config.mdx @@ -599,6 +599,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.