Closed codeinabox closed 6 years ago
Actually the g:neoterm_size
still working. It took me a while to realize, split
is not a vim mods (see :help mods
for the list of valid mods). If you want a split you can use the g:neoterm_default_mod = 'botright'
or g:neoterm_default_mod = 'vertical'
for a vertical split.
That makes sense but how do I get it behave like it did with splitbelow
? I am struggling to find an option that just does below horizontal splits
have you tried belowright
? (:help belowright
) I think this will do the trick. 😄
Thank you
How does the size option now work in relation to
g:neoterm_default_mod
? I have the following settings but I noticed the size option no longer has any effect.