junegunn / fzf.vim

fzf :heart: vim
MIT License
9.55k stars 583 forks source link

Proper truncation #1439

Closed edshamis closed 1 year ago

edshamis commented 1 year ago

Is there a way to set fzf.vim to truncate only file paths while leaving other fields (tab and win numbers for example in :Windows)

Screenshot_2022-11-19-12-19-11-440_com.termux.jpg

Screenshot_2022-11-19-12-25-43-890_com.termux.jpg

Screenshot_2022-11-19-12-26-36-760_com.termux.jpg

junegunn commented 1 year ago

No, it's not currently possible. It looks like you're running fzf with --keep-right and I can see that it is not great for commands like Lines.

edshamis commented 1 year ago

Thanks, I should change then the opts for Lines. Is it something that is hard to implement?