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 <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
|
||||||
|
|
Loading…
Reference in a new issue