blob: 9a5a0e14f38a2500d58bed17940156622a272137 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# default config
nmap gf source
nmap : input
nmap o inputopen
nmap O inputopencurrent
nmap d quit
nmap <ctrl-o> back
nmap <ctrl-i> forward
nmap r reload
nmap R reload!
nmap <ctrl-c> stop
nmap <ctrl-f> pagedown
nmap <ctrl-b> pageup
nmap <ctrl-d> halfpagedown
nmap <ctrl-u> halfpageup
nmap gg jumptop
nmap G jumpbottom
nmap 0 jumpleft
nmap $ jumpright
nmap h scrollleft
nmap l scrollright
nmap k scrollup
nmap j scrolldown
|