Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(win): native fzf flex layout #1528

Merged
merged 1 commit into from
Nov 19, 2024
Merged

refactor(win): native fzf flex layout #1528

merged 1 commit into from
Nov 19, 2024

Conversation

ibhagwan
Copy link
Owner

Use alternative preview layout instead of using a "transform", simpler, and we don't need to take into account the hidden state of the preview as well as decrease the minimum fzf version for native fzf flex layout to 0.31 (instead of 0.46).

Known issue upstream, if the layout changes upon resize the hidden state of the preview is lost, see: junegunn/fzf#4100

Closes #1527

Use alternative preview layout instead of using a "transform",
simpler, and we don't need to take into account the hidden state of
the preview as well as decrease the minimum fzf version for native
fzf flex layout to 0.31 (instead of 0.46).

Has known issue upstream where if the layout changes upon resize
the hidden state of the preview is lost:
junegunn/fzf#4100

Closes #1527
@ibhagwan ibhagwan merged commit 48f8a85 into main Nov 19, 2024
1 check passed
@ibhagwan ibhagwan deleted the refactor_flex branch November 19, 2024 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: "FzfLua buffers" shows preview on first call even if preview is disabled
1 participant