aboutsummaryrefslogtreecommitdiff
path: root/vim/config/scroll.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-18 16:25:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-18 16:25:59 +1200
commit05cfd270075de2c7cc8e6337c4e9195b574a18f1 (patch)
tree4c78f1b224c29ad58f850352c679bf1cbd697463 /vim/config/scroll.vim
parentMerge branch 'release/v0.31.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-05cfd270075de2c7cc8e6337c4e9195b574a18f1.tar.gz
dotfiles-05cfd270075de2c7cc8e6337c4e9195b574a18f1.zip
Merge branch 'release/v0.32.0'v0.32.0
* release/v0.32.0: Bump VERSION Toggle Vim 'list', 'number' and 'wrap' globally Rebind Space in Vim normal mode to scroll
Diffstat (limited to 'vim/config/scroll.vim')
-rw-r--r--vim/config/scroll.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/config/scroll.vim b/vim/config/scroll.vim
index 62bc4ee8..73c3dcec 100644
--- a/vim/config/scroll.vim
+++ b/vim/config/scroll.vim
@@ -3,3 +3,6 @@
" 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>