We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c3920 commit c08b284Copy full SHA for c08b284
src/content/docs/configuration/config.mdx
@@ -572,6 +572,7 @@ Which preview strategy is used to calculate the preview height. It respects `max
572
|----------------|-----------------------------------------------------|
573
| auto (default) | selected command |
574
| static | longest command in the current result set |
575
+| fixed | use `max_preview_height` as fixed value |
576
577
By using `auto` a preview is shown, iff the command is longer than the width of the terminal.
578
0 commit comments