junegunn / gv.vim

A git commit browser in Vim
1.35k stars 54 forks source link

Add an ability to filter branches #79

Closed ckangnz closed 2 years ago

ckangnz commented 4 years ago

Hey Junegunn,

would it be possilbe to add a functionality to have all lists of branches on either left/right and you can select : all branch A branch B

and toggle them to see the branch you selected only? This would be so useful in case you have messy branch structure. Also it would be useful when you have multiple features being developed at the same time.

Cheers!

Chris

idbrii commented 4 years ago

Does :GV all, :GV branch-a, etc accomplish what you want?

GV also tab-completes.