Aloxaf / fzf-tab

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

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

Open jimeh opened 1 month ago

jimeh commented 1 month 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