fzf-tab icon indicating copy to clipboard operation
fzf-tab copied to clipboard

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

Open jimeh opened this issue 1 month ago • 0 comments

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

jimeh avatar May 21 '24 00:05 jimeh