toggleterm.nvim icon indicating copy to clipboard operation
toggleterm.nvim copied to clipboard

[help] How to hide/customize bottom bar in terminal

Open anandkumar89 opened this issue 10 months ago • 2 comments

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 ?

Screenshot 2024-04-06 at 11 58 37 AM

anandkumar89 avatar Apr 06 '24 06:04 anandkumar89

need to set status line as in doc. h toggleterm.txt

anandkumar89 avatar Apr 06 '24 07:04 anandkumar89

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.

anandkumar89 avatar Apr 06 '24 10:04 anandkumar89

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.

sg3t41 avatar Sep 24 '24 07:09 sg3t41

@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

akinsho avatar Sep 24 '24 12:09 akinsho

Thank you for your reply. I understand.

sg3t41 avatar Sep 24 '24 16:09 sg3t41