aboutsummaryrefslogtreecommitdiff
path: root/vim/config/scroll.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/scroll.vim')
-rw-r--r--vim/config/scroll.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/vim/config/scroll.vim b/vim/config/scroll.vim
deleted file mode 100644
index 73c3dcec..00000000
--- a/vim/config/scroll.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-" 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
-
-" Rebind <Space> in normal mode as a lazy scroll
-nnoremap <Space> <C-f>