rbong / vim-flog

A blazingly fast, stunningly beautiful, exceptionally powerful git branch viewer for Vim/Neovim.
750 stars 22 forks source link

Have graph open in whatever split is active #58

Closed ganoam closed 3 years ago

ganoam commented 3 years ago

Hi! Great work, I love the plugin. Thank you! If I could just ask one thing: Is there a way/ Can there be a way for :Flog to open the graph in whatever split is currently active, instead of taking up the whole screen? As it is, it tends to mess up my work space. :Flogsplit is a start, but it too requires some fiddling with window commands to get back to my layout. Cheers, Noam

TamaMcGlinn commented 3 years ago

Binding to :vertical Flogsplit -all<CR> works.

ganoam commented 3 years ago

Alright, I'll try it out. Thanks man!