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
The $LINES and $COLUMNS environment variables are not set correctly in FZF previews. This is a known issue, and it is being worked on. Once this is resolves, I should make sure that the previews are modified in such a way that these are applied correctly.
The text was updated successfully, but these errors were encountered:
The cause of this is that FZF runs the previews in $SHELL, and zsh doesn't use $LINES and $COLUMNS from the environment. As a workaround, FZF now provides $FZF_PREVIEW_LINES and $FZF_PREVIEW_COLUMNS.
The
$LINES
and$COLUMNS
environment variables are not set correctly in FZF previews. This is a known issue, and it is being worked on. Once this is resolves, I should make sure that the previews are modified in such a way that these are applied correctly.The text was updated successfully, but these errors were encountered: