diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-01-27 07:40:55 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-01-27 07:40:55 -0500 |
commit | 728c9c6a67630ef5d78f5c9acf67ea0cf0ac9c7b (patch) | |
tree | 0b9cf9763ec9234bd22a39beb948b625ea40da99 | |
parent | Only move dBugs to mailbox once read (diff) |
Turn off scrollbars in firefox
Diffstat (limited to '')
-rw-r--r-- | .vimperatorrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimperatorrc b/.vimperatorrc index c55f0e1..e51dfeb 100644 --- a/.vimperatorrc +++ b/.vimperatorrc @@ -3,6 +3,7 @@ inoremap <C-g> <Nop> set defsearch=scroogle set runtimepath=/home/ryan/.vimperator +set scrollbars=false set gui=none source! /home/ryan/.vimperatorrc.local |