sodapopcan / vim-twiggy

Git branch management for Vim
280 stars 15 forks source link

Open in horizontal split #40

Closed cd-a closed 3 years ago

cd-a commented 3 years ago

Is there a way to force it to open in horizontal split?

Like rightbelow?

I always have this layout

-----------
|    |    |
|    |    |
|    |    |
-----------

And it's a bit squishy for another vertical split

sodapopcan commented 3 years ago

For whatever reason, way back when I started this plugin, I decided I wanted to force it into a vertical split (I was modelling after the feel of NERDTree). I'm perfectly fine to remove that restriction. If you're vimscript savvy and feel so inclined to send a PR, I will happily accept. Otherwise, I can fix this myself—I just need a couple of days to get to it.

cd-a commented 3 years ago

I don't have any experience in vimscript, but I'll give it a go :)