Skip to content

Commit

Permalink
add prefix config
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Jun 18, 2024
1 parent 0b65bd6 commit 145e530
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/content/docs/configuration/config.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---config
title: Config
---

Expand Down Expand Up @@ -518,6 +518,7 @@ This section of the client config is specifically for configuring key-related se
```toml
[keys]
scroll_exits = [...]
prefix = 'a'
```

### `scroll_exits`
Expand All @@ -527,6 +528,13 @@ Default: true

Configures whether the TUI exits, when scrolled past the last or first entry.

### `prefix`
Atuin version: > 18.3

Default: 'a'

Which key to use as the prefix

## preview
This section of the client config is specifically for configuring preview-related settings.
(In the future the other 2 preview settings will be moved here.)
Expand Down

0 comments on commit 145e530

Please sign in to comment.