Toggle terminal without entering it?
Closed this issue · 4 comments
Is there a way for me to show and hide the terminal without having my focus leave the current buffer?
Thanks
This is the default behaviour when using :Tnew
or :Ttoggle
. This behaviour may change if you set g:neoterm_autoinsert
though.
See the docsfor more information.
Many thanks! May I suggest linking to the docs in the README? I now realise I could have tried :help neoterm
but other people like me would find a reference in the main project page.
I just tried this setting and it doesn't really work. I'm expecting focus to stay in the same panel.
can you record a gif and try it with a minimal vimrc. Also, can you check if you're using the last version of neoterm. I'm using this feature daily and I'm not currently experiencing any problems.