Skip to content

Commit

Permalink
Merge pull request #37 from ericlay/master
Browse files Browse the repository at this point in the history
add more horizontal space to preview window
  • Loading branch information
filiparag authored Feb 18, 2023
2 parents 2ee4fec + c5c092e commit 508d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikiman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ picker_tui() {
choice="$(
echo "$all_results" | \
eval "$conf_fuzzy_finder --with-nth $columns --delimiter '\t' \
$preview --reverse --prompt 'wikiman > '"
$preview --reverse --preview-window=65%:wrap:border-sharp: --prompt 'wikiman > '"
)"

[ $? -ne 0 ] && return 1
Expand Down

0 comments on commit 508d62a

Please sign in to comment.