junegunn / fzf.vim

fzf :heart: vim
MIT License
9.51k stars 581 forks source link

Improve :BCommits Preview #1525

Closed felixendres closed 1 month ago

felixendres commented 4 months ago

Reduce the preview of :BCommits to the relevant part, when used with visual selection. Only show the part of the diff that belongs to the selection.

That makes it very easy to quickly follow the evolution of a code block. I've used this feature over two month now, and it proved to be super useful.

junegunn commented 1 month ago

Thanks!