-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to choose default split type #31
base: master
Are you sure you want to change the base?
Conversation
Hey, I think the right way for users to customize this is:
|
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. |
Rebased this into the latest master. |
Hi, |
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.
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 |
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.