mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Improve left/right browsing in vimpager
This commit is contained in:
parent
1b3f169999
commit
37da2ea46c
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ noremap <End> $
|
|||
noremap <kEnd> <End>
|
||||
noremap <Up> <C-P>
|
||||
noremap <Down> <C-N>
|
||||
noremap <Right> 4zl
|
||||
noremap <Left> 4zh
|
||||
noremap <Right> zL
|
||||
noremap <Left> zH
|
||||
noremap = +
|
||||
noremap _ -
|
||||
noremap <C-Up> 4k
|
||||
|
|
Loading…
Reference in a new issue