From 5478f290a18b81674274dc6f255a315e1e0ae175 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Sat, 4 Oct 2025 12:30:32 +0400 Subject: [PATCH] README.org: fzf example: preview window make bigger Was 50%:50% and by UX we do not need the half of the screen for the dictionary name. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 35c37a2..4d308b5 100644 --- a/README.org +++ b/README.org @@ -36,7 +36,7 @@ fzf --prompt="Dict: " \ --phony \ --bind "enter:reload(sdcv {q} -n --json | jq '.[].dict' -r)" \ --preview "sdcv {q} -en --use-dict={}" \ - --preview-window=wrap \ + --preview-window=right:70%:wrap \ < <(echo) #+END_SRC