Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
3.39k stars 96 forks source link

feat(fit-preview): optionally double comp_length when showing preview #445

Open jimeh opened 6 months ago

jimeh commented 6 months ago

Note: This was a 5 minute hack just to see if I could fix it, so more than happy to hear any feedback and change things as needed :)


When previews are enabled, they typically take up half the width of the popup. This adds an option to make it double the width when preview is enabled, hence ensuring that the full text of completion items are visible.

Screenshots

Before

With preview:

Screen-Shot-2024-05-21-01-42-29 03

Without preview:

Screen-Shot-2024-05-21-01-48-16 96

After

With preview:

Screen-Shot-2024-05-21-01-43-04 51

Without preview:

Screen-Shot-2024-05-21-01-47-20 60

z0rc commented 1 month ago

@Aloxaf ping. Currently ftb-tmux-popup isn't usable together with fzf-preview.