Closed SanchayanMaity closed 4 years ago
Prob. you need to use the following
call gina#custom#command#option('patch', '--oneside')
call gina#custom#command#option('patch', '--opener', 'botright split')
Thank you very much. This solves my issue. Closing the issue.
I currently have this setting
Yet, calling
:Gina patch
opens a new tab and doesn't respect either theoneside
or the--opener
option.Am I doing something wrong? I have
diffopt+=vertical
as well. Ideally I would likeINDEX
andWORKTREE
orHEAD
as well to open in 3 way vertical splits at the bottom.