diff options
author | June McEnroe <june@causal.agency> | 2013-11-10 15:04:35 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-11-10 15:04:35 -0500 |
commit | 2cb68ea5bc0b9475327ca41780c56f8b47e6186c (patch) | |
tree | d9f837decb1ff47c152f02c1e2c8683ba734e0fa | |
parent | Add vim-endwise (diff) | |
download | src-2cb68ea5bc0b9475327ca41780c56f8b47e6186c.tar.gz src-2cb68ea5bc0b9475327ca41780c56f8b47e6186c.zip |
Set scrolloff=1
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc index 9a9a4813..421476c8 100644 --- a/.vimrc +++ b/.vimrc @@ -25,6 +25,7 @@ set listchars=tab:»·,trail:· set foldmethod=syntax set foldlevel=1000 set laststatus=2 +set scrolloff=1 syntax on " Enable mouse in terminals |