diff options
| author | Adam Batkin <adam@batkin.net> | 2026-03-20 03:09:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-20 07:09:40 +0000 |
| commit | c636554333a067cdd9172fca97a9f19db2e83b45 (patch) | |
| tree | baa7d2a3fce0e5134ba181a97c96dab50c8dbecf | |
| parent | fix: better tty check (#3313) (diff) | |
| download | atuin-c636554333a067cdd9172fca97a9f19db2e83b45.zip | |
docs: add inline_height_shell_up_key_binding (#3270)
Diffstat (limited to '')
| -rw-r--r-- | docs/docs/configuration/config.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/docs/configuration/config.md b/docs/docs/configuration/config.md index b09d882f..9ef001d0 100644 --- a/docs/docs/configuration/config.md +++ b/docs/docs/configuration/config.md @@ -203,6 +203,14 @@ filter_mode_shell_up_key_binding = "session" Defaults to the value specified for `filter_mode`. +### `inline_height_shell_up_key_binding` + +The maximum number of lines the interface should take up when atuin is invoked from a shell up-key binding. + +The accepted values are identical to those of `inline_height`. + +When unset, the value from `inline_height` is used. + ### `workspaces` Atuin version: >= 17.0 |
