junegunn / fzf.vim

fzf :heart: vim
MIT License
9.51k stars 581 forks source link

Add an option to open commands in different ways (`:Helptags`, `:Manpages`) #1520

Open jlbas opened 5 months ago

jlbas commented 5 months ago

This PR adds an option for commands that split a window to be opened in different ways. Currently this would only apply to :Helptags (#818).

I've also proposed a new :Manpages command (#1389) which would also make use of this option.

If this is something you'd like to incorporate I'd be happy to make a PR describing g:fzf_cmd_mod in README-VIM.