From 176eae02f7f855ef40a4461caca61d530486113f Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Thu, 18 Apr 2024 11:16:54 -0400 Subject: feat: show preview auto (#1804) * feat: show preview auto * refactor: preview_auto --- atuin-client/config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'atuin-client/config.toml') diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 254586a5..415fd441 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -73,6 +73,11 @@ ## useful when the command is longer than the terminal width and is cut off # show_preview = false +## enable or disable automatic preview. It shows a preview, if the command is +## longer than the width of the terminal. It respects max_preview_height. +## (default: true) +# show_preview_auto = true + ## what to do when the escape key is pressed when searching ## possible values: return-original, return-query # exit_mode = "return-original" -- cgit v1.3.1