wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.4k stars 137 forks source link

Horizontal split. Useful with delta side-by-side #162

Closed pablospe closed 3 years ago

pablospe commented 3 years ago

Is there a way to do horizontal split instead of vertical? For delta with side-by-side mode would work better.

Check list

Environment info

wfxr commented 3 years ago

@pablospe You can specify fzf options for forgit: https://github.com/wfxr/forgit#fzf-options

pablospe commented 3 years ago

Unfortunately I wasn't able to find the correct option to do this.

pablospe commented 3 years ago

ok, maybe with --preview-window 'down:75%' or similar?

wfxr commented 3 years ago

@pablospe That's right. These options are for fzf. Detailed descriptions can be found at fzf's man page.