diff options
author | June McEnroe <june@causal.agency> | 2012-01-14 21:04:45 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-01-14 21:04:45 -0500 |
commit | ee0ff85785a8b3bb7d78f0d6d06758b643edf64d (patch) | |
tree | 393df72d26b37484d0a3b68e227cf2ac986b9d7a | |
parent | Added a silly README (diff) | |
download | src-ee0ff85785a8b3bb7d78f0d6d06758b643edf64d.tar.gz src-ee0ff85785a8b3bb7d78f0d6d06758b643edf64d.zip |
Disable scrollbars
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |