diff options
| author | Helmut K. C. Tessarek <tessarek@evermeet.cx> | 2024-04-18 11:16:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-18 16:16:54 +0100 |
| commit | 176eae02f7f855ef40a4461caca61d530486113f (patch) | |
| tree | 14cbe3b9e30d00997036816fbdb5aac2b0e1567c /atuin-client/config.toml | |
| parent | feat: allow ignoring failed commands (#1957) (diff) | |
| download | atuin-176eae02f7f855ef40a4461caca61d530486113f.zip | |
feat: show preview auto (#1804)
* feat: show preview auto
* refactor: preview_auto
Diffstat (limited to 'atuin-client/config.toml')
| -rw-r--r-- | atuin-client/config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
