summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-22 18:50:46 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-22 18:50:46 +0100
commitd5182bc3c0e7d733678472098c6e0b57ee1d7b1c (patch)
tree07aea8840e1ce078d3357349ffb0f191a840d5eb /etc
parent887ec44faf9284aebb299d57ba981a81cd0ec59b (diff)
vimrc: Add remaps for pagewise scrolling
Diffstat (limited to 'etc')
-rw-r--r--etc/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/vimrc b/etc/vimrc
index de82a5f..f015330 100644
--- a/etc/vimrc
+++ b/etc/vimrc
@@ -46,8 +46,8 @@ noremap t j
noremap h k
noremap s l
noremap N H
-noremap T J
-noremap H K
+noremap T <C-F>
+noremap H <C-B>
noremap S L
noremap c n
noremap f p