aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-16 12:50:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-16 12:50:21 +1200
commit5f1bc241f94b65f65357638fefb8e5ba8922b53f (patch)
treee5b6615cd7d57334f54af796381119e2fd8df40d /vim
parentReorder .vimrc a bit (diff)
downloaddotfiles-5f1bc241f94b65f65357638fefb8e5ba8922b53f.tar.gz
dotfiles-5f1bc241f94b65f65357638fefb8e5ba8922b53f.zip
Use <PageDown> rather than <C-F> in mapping
Rather clearer
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e28aa00c..c59e118e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -215,7 +215,7 @@ endif
imap <C-K><C-K> <Plug>(DigraphSearch)
" Remap normal space to scroll down a page
-nnoremap <Space> <C-F>
+nnoremap <Space> <PageDown>
" If we have plugins, do a :next after hitting the last line
if &loadplugins
nmap <Space> <Plug>(ScrollNext)