aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:13:10 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:13:10 +1300
commit1576bf3cc8058f983615585a3dbe5e8576467c7a (patch)
tree3bda2cde6e36123a4cadcb122f1032238b6c3a13 /vim/vimrc
parentMove visual-mode .vimrc config into subfile (diff)
downloaddotfiles-1576bf3cc8058f983615585a3dbe5e8576467c7a.tar.gz
dotfiles-1576bf3cc8058f983615585a3dbe5e8576467c7a.zip
Move scrolling .vimrc config into subfile
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 35ab717f..d94b5929 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -56,12 +56,6 @@ set nomodeline
" zero-padded decimal, so increment and decrement with ^A and ^X on that basis
set nrformats-=octal
-" Allow the cursor to get to the top or bottom of the screen before scrolling
-" vertically, but set a reasonably wide gutter for scrolling horizontally; no
-" particular reason, just suits me better
-set scrolloff=0
-set sidescrolloff=16
-
" Preserve the flags for a pattern when repeating a substitution with &; I don't
" really understand why this isn't a default, but there it is
nnoremap & :&&<CR>