mirror of
https://github.com/junegunn/fzf
synced 2026-07-18 16:13:19 +00:00
43f0d0cacd
So you can "rotate" through the different options with a single binding.
fzf --preview 'cat {}' \
--bind 'ctrl-/:change-preview-window(70%|down,40%,border-horizontal|hidden|)'
Close #2376