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.
This commit is contained in:
Vitaly Zdanevich
2025-10-04 12:30:32 +04:00
committed by Evgeniy Dushistov
parent 9c77e91006
commit 5478f290a1

View File

@@ -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