You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For bug reports, I have checked if the bug is reproducible in the latest version of fzf
Output of fzf --version
0.23.0
OS
Linux
macOS
Windows
Etc.
Shell
bash
zsh
fish
Problem / Steps to reproduce
Currently if I left-align the preview window, it appears first (on the left), followed by the finder. If I right-align it, it appears all the way on the right, which may be far away from the finder in the case of a large number of columns (and a fixed-width preview window). I'd like to have a way to have it appear on the right of the finder, but as close as possible to it (i.e. leftmost viable position without clobbering text from finder options). I can think of a couple possibilities here:
If running with --sync, examine the string lengths of all the options and place the preview window just after the longest.
Simpler, let users say the preview window should be left-aligned, but offset by N columns, which gives space for the finder window. Let users figure out an appropriate value for N based on the expected input lengths.
The text was updated successfully, but these errors were encountered:
Checklist
man fzf
)Output of
fzf --version
0.23.0
OS
Shell
Problem / Steps to reproduce
Currently if I left-align the preview window, it appears first (on the left), followed by the finder. If I right-align it, it appears all the way on the right, which may be far away from the finder in the case of a large number of columns (and a fixed-width preview window). I'd like to have a way to have it appear on the right of the finder, but as close as possible to it (i.e. leftmost viable position without clobbering text from finder options). I can think of a couple possibilities here:
--sync
, examine the string lengths of all the options and place the preview window just after the longest.The text was updated successfully, but these errors were encountered: