diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-22 18:50:46 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-22 18:50:46 +0100 |
commit | d5182bc3c0e7d733678472098c6e0b57ee1d7b1c (patch) | |
tree | 07aea8840e1ce078d3357349ffb0f191a840d5eb /etc | |
parent | 887ec44faf9284aebb299d57ba981a81cd0ec59b (diff) |
vimrc: Add remaps for pagewise scrolling
Diffstat (limited to 'etc')
-rw-r--r-- | etc/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |