Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/content/docs/configuration/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down