akinsho / toggleterm.nvim

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

[Suggestion] Status for the float windows #363

Open Blackmorse opened 1 year ago

Blackmorse commented 1 year ago

Since winbar is disabled for float terminal windows, I'm really missing information about the terminal.

Will it make sense to have this status at the top of the float windows? Like it is at floatterm:

image

akinsho commented 1 year ago

@Blackmorse currently neovim 0.8.1 does not support floating window titles, but it will do in neovim 0.9.0. So currently this is not possible without a bunch of hacky workarounds which I definitely will not introduce but could be possible to add by anyone fairly easily once neovim 0.9 is released

psi4j commented 3 months ago

It's been a few years now. Is possible to add a tile similar to Telescope and Harpoon now?