akinsho / toggleterm.nvim

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

feat: display name on floating window title #504

Closed guill closed 7 months ago

guill commented 10 months ago

This PR adds two new options for floating windows: title and title_pos. If title is true, the floating window will display the terminal's name (or the ID if it has no name). The position of the title can be controlled via title_pos (just like in nvim_open_win).

akinsho commented 7 months ago

fixed by #534