Uh oh!
There was an error while loading. Please reload this page.
Add option to choose default split type - #31
Conversation
bruno-
commented
Nov 9, 2015
Hey, I think the right way for users to customize this is:
|
somini
commented
Nov 10, 2015
Well, I like to use the man buffers like the help system, a unique command to reuse the same window. I put all the man buffers on the left with something like
The main issue is really #14, if that's solved then this PR is obsolete since you can just create an autocmd. |
somini
commented
Nov 16, 2015
Rebased this into the latest master. |
bruno-
commented
Nov 16, 2015
Hi, |
somini
commented
Nov 17, 2015
Very well, no problem. I just rebased this (and will probably continue to do so) to keep my branch updated, since I use it in my configuration. Don't take it as some kind of pressure to merge it. |
This adds a new variable that can be set to influence the default split method when using `:Man`. The other commands `Vman`, etc are unaffected.
lucc
commented
Jan 13, 2016
I think this aproach is not uncommon. I use some plugins that do it like this. Bexec and CtrlP for example. (Not to forget the |
francozappa
commented
Apr 17, 2023
I agree with @lucc E.g., vim-tldr offers a similar option. |

This adds a new variable that can be set to influence the default split
method when using
:Man. It also works onK.The other commands
Vman, etc are unaffected.