Created tabs (with :tabnew
apparently) use another font than set guifont
. How to change font of Qt GUI elements in Neovim?
Asked
Active
Viewed 3,110 times
1

Maxim Suslov
- 4,335
- 1
- 35
- 29
-
1Changing the style of the GUI tabs and popupmen is not supported, currently. – Justin M. Keyes Nov 15 '18 at 16:04
-
Not sure if this will be of help: https://stackoverflow.com/a/51424640/824944 – nabn Nov 23 '18 at 03:33
-
Does this answer your question? [How to change Neovim font?](https://stackoverflow.com/questions/35285300/how-to-change-neovim-font) – jdhao Jan 08 '20 at 07:10
-
@jdhao: No, it changes the font inside editor and doesn't change the font of tabs. – Maxim Suslov Jan 10 '20 at 10:30
-
@nabn: No, the same as above – Maxim Suslov Jan 10 '20 at 10:32
-
You may just disable the GUI tabline and use the TUI tabline. The TUI tabline use the font you set via `GuiFont` command. It seems that GUI Tabline does not respect that option? – jdhao Jan 10 '20 at 12:33