From ee0ff85785a8b3bb7d78f0d6d06758b643edf64d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 14 Jan 2012 21:04:45 -0500 Subject: Disable scrollbars --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index f40fad68..591df6c9 100644 --- a/.vimrc +++ b/.vimrc @@ -42,7 +42,7 @@ if has('mouse') endif " GUI options -set guioptions-=tT " Disable tear-off menus and toolbar +set guioptions-=rLtT " Disable tear-off menus, toolbar, scrollbars set guifont=Monospace\ 9 set browsedir=buffer " Open dialog starts in working directory -- cgit 1.4.1