daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
717 stars 56 forks source link

Long terminal command causes window to resize #16

Closed wezm closed 6 years ago

wezm commented 6 years ago

If you invoke a long terminal command, like those triggered by the fzf vim plugin the active tab's title becomes so wide that the window ends up becoming wider to fit it in.

screenshot from 2017-09-26 17-04-16

daa84 commented 6 years ago

Current solution is to limit title length, maybe better one is available.