akinsho / toggleterm.nvim

A neovim lua plugin to help easily manage multiple terminal windows
GNU General Public License v3.0
4.06k stars 170 forks source link

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

Open anandkumar89 opened 4 months ago

anandkumar89 commented 4 months ago

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 commented 4 months ago

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

anandkumar89 commented 4 months ago

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.