junegunn / fzf.vim

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

GitBranchFiles ? #1538

Open Sanix-Darker opened 2 months ago

Sanix-Darker commented 2 months ago

This is pretty New and different from GitFiles, let say i want to get changes made on all the files for the current branch am on. Not talking about GitFiles[?] But for actually all the files on the current branch that were changed from the base branch.

You can obtain this by using :

I have started a draft POC and i was wondering if i can propose a well clean PR for that ?