diff options
| author | Caio S. Rohwedder <caiosalvador96@gmail.com> | 2025-07-23 05:31:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-23 13:31:15 +0200 |
| commit | 576789335a9ff7d62b7fb0d5ea897275ba95e8ab (patch) | |
| tree | 029136e81b6f2df638dad75b243b3692cba05481 /crates/atuin-client/src | |
| parent | nushell: fix `get -i` deprecation (#2829) (diff) | |
| download | atuin-576789335a9ff7d62b7fb0d5ea897275ba95e8ab.zip | |
feat: add inline_height_shell_up_key_binding option (#2817)
Diffstat (limited to 'crates/atuin-client/src')
| -rw-r--r-- | crates/atuin-client/src/settings.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/atuin-client/src/settings.rs b/crates/atuin-client/src/settings.rs index 88bf27d5..2ffba5e4 100644 --- a/crates/atuin-client/src/settings.rs +++ b/crates/atuin-client/src/settings.rs @@ -462,6 +462,7 @@ pub struct Settings { pub search_mode_shell_up_key_binding: Option<SearchMode>, pub shell_up_key_binding: bool, pub inline_height: u16, + pub inline_height_shell_up_key_binding: Option<u16>, pub invert: bool, pub show_preview: bool, pub max_preview_height: u16, |
