Hey first of all thanks for the awesome plugin!
I usually have a vs-code style terminal docked at the bottom of my editor which is called by command
:FloatermNew --height=0.4 --width=1.0 --wintype=float --position=bottom --autoclose=2
But when I run :FloatermToggle with no float-terminal initially open, it create a new floating terminal with the default properties.
Is there a way to toggle so that if no terminal exists then it opens one as specified above?
Hey first of all thanks for the awesome plugin!
I usually have a vs-code style terminal docked at the bottom of my editor which is called by command
But when I run
:FloatermTogglewith no float-terminal initially open, it create a new floating terminal with the default properties.Is there a way to toggle so that if no terminal exists then it opens one as specified above?