> > hmm well im running Vim 7.2 on Linux... and in my .vimrc i have 'set > > guifont=Andale\ Mono\ 8' to make the font in a lot smaller > > > However, since I like to keep a bunch of tabs open, with limited > > screenspace like on my laptop I can't keep that many on (without the tab > > scroll arrow thingys coming up) because the font size in the tabs are too > > big etc. etc. > > > anyone know if theres a 'set' for this maybe? I'm running the 'Huge > > version with GTK2 GUI' if that matters... -_-
With KDE 4, in system settings, appearance, fonts, one can set a bunch of font sizes. For me vim-gtk uses the "General" font for tabs; I have it set to DejaVu Sans 7. However, setting this affects most apps, not least KDE itself. (BTW, I patch my gui.h to have #define SB_DEFAULT_WIDTH 8 to conserve screen space with a narrow scrollbar. Vim's gtk code should find the scrollbar width from gtk somehow but does not.) HTH, John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
