Fork me on GitHub
#vim
<
2023-10-23
>
James Amberger20:10:56

any way to make :term take the current window rather than splitting?

James Amberger23:10:09

from :help :term:

++curwin	Open the terminal in the current
					window, do not split the current
					window.  Fails if the current buffer
					cannot be |abandon|ed.

Alex00:10:42

that doesn’t work for me for some reason

James Amberger16:10:21

I actually haven’t tried it yet myself

Nundrum19:10:21

:term ++curwin nu just worked for me