On Tue, Apr 10, 2012 at 9:43 PM, Niels Kobschätzki wrote:
>
> in Lion scrollbars are hidden and appear only when one actually scrolls with
> the mouse. In MacVim they are always shown. Is there a way to hide the
> permanent scrollbars?

There is no way to get Lion style scrollbars (I have commented on why
in the past, if you are interested).

However, you can hide them permanently (and this is what I do
personally).  Just add the following lines your ~/.gvimrc:

set go-=r
set go-=L

While you're at it, you may also wish to hide the toolbar to get more
space for text:

set go-=T

For more information, see ":h 'go".

Björn

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to