Improve left/right browsing in vimpager

This commit is contained in:
Kevin MacMartin 2014-08-07 23:33:34 -04:00
parent 1b3f169999
commit 37da2ea46c

View file

@ -49,8 +49,8 @@ noremap <End> $
noremap <kEnd> <End> noremap <kEnd> <End>
noremap <Up> <C-P> noremap <Up> <C-P>
noremap <Down> <C-N> noremap <Down> <C-N>
noremap <Right> 4zl noremap <Right> zL
noremap <Left> 4zh noremap <Left> zH
noremap = + noremap = +
noremap _ - noremap _ -
noremap <C-Up> 4k noremap <C-Up> 4k