From ef43e84ba96a41be9be2bc024a9ad1e202bcee78 Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Sun, 10 Oct 2021 22:27:19 +0100 Subject: [PATCH] Add preview line wrap --- q | 1 + 1 file changed, 1 insertion(+) diff --git a/q b/q index 870aefb..b97b6d8 100755 --- a/q +++ b/q @@ -202,6 +202,7 @@ if [[ -z "$COMMAND" ]]; then --ansi --query "$INITIAL" \ --preview "$SELF -p {}" \ --with-nth="2..-1" \ + --preview-window wrap \ --tiebreak=index | xargs -o "$SELF" -r else run_command_cli "$COMMAND"