David Lam wrote:
> 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...  -_-
Hmm -- tabs take up space based on the quantity of equivalent spaces 
they correspond to.  You can change that; see
  :help 'ts'

Perhaps you'd like

  :set ts=3

in your .vimrc.  Be prepared for rotten tomatoes from the "ts should 
always be 8" crowd...

Regards,
Chip Campbell


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to