aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/config.toml
diff options
context:
space:
mode:
authorCaio S. Rohwedder <caiosalvador96@gmail.com>2025-07-23 05:31:15 -0600
committerGitHub <noreply@github.com>2025-07-23 13:31:15 +0200
commit576789335a9ff7d62b7fb0d5ea897275ba95e8ab (patch)
tree029136e81b6f2df638dad75b243b3692cba05481 /crates/atuin-client/config.toml
parentnushell: fix `get -i` deprecation (#2829) (diff)
downloadatuin-576789335a9ff7d62b7fb0d5ea897275ba95e8ab.zip
feat: add inline_height_shell_up_key_binding option (#2817)
Diffstat (limited to 'crates/atuin-client/config.toml')
-rw-r--r--crates/atuin-client/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/atuin-client/config.toml b/crates/atuin-client/config.toml
index a154a65b..f87984f0 100644
--- a/crates/atuin-client/config.toml
+++ b/crates/atuin-client/config.toml
@@ -71,6 +71,11 @@
## set it to 0 to always go full screen
# inline_height = 0
+## 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"
+# inline_height_shell_up_key_binding = 0
+
## Invert the UI - put the search bar at the top , Default to `false`
# invert = false