summaryrefslogtreecommitdiff
path: root/vimperatorrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-20 17:37:16 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-20 17:40:41 +0100
commit9c221d360de42a0f1c7d616b3f610e1f19e62406 (patch)
tree609f46333aedb3a1161213e00d5497a94e8b6607 /vimperatorrc
parentda0fe38fcea7ef73c0d5a06a05d1669c32c65c8e (diff)
downloaddotfiles-9c221d360de42a0f1c7d616b3f610e1f19e62406.tar.xz
vimperator: speed up scrolling
Diffstat (limited to 'vimperatorrc')
-rw-r--r--vimperatorrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimperatorrc b/vimperatorrc
index 4a52a3f..4655260 100644
--- a/vimperatorrc
+++ b/vimperatorrc
@@ -91,8 +91,8 @@ noremap <C-a> 0
noremap <C-e> $
" Use C-p and C-n for up/down
-noremap <C-p> k
-noremap <C-n> j
+noremap <C-p> 2k
+noremap <C-n> 2j
" Use C-v and M-v for jump scrolling
noremap <C-v> <C-d>