toggleterm.nvim
toggleterm.nvim copied to clipboard
[help] How to hide/customize bottom bar in terminal
How to hide or customise this bar. I'd want a usual separator line between terminal splits, with number identifier at max. How do I achieve this ?
need to set status line as in doc. h toggleterm.txt
Tried various configurations of status line. But ....#toggleterm#1
doesn't seem to go away. Even setting display names doesn't help.
Not sure what I'm missing, but having simple naming Terminal [1]
could be nice, even being able to replace status line with solid line is good. But not sure how to achieve this.
I'm also struggling to hide the default status line when using :ToggleTerm
to open a split terminal. I've been trying to figure out how to do this but haven't had any success.
If there is a solution for this, I would greatly appreciate any advice.
Thank you.
@anandkumar89 the split is your statusline and is controlled by whatever plugin you use to render that. There is something in the docs about adding the toggleterm number to it but in general configuring your statusline is out of scope of this plugin
Thank you for your reply. I understand.