]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - xpdfrc
337bf1cd7c9412e65ef752c7496aa6f88e62dc25
[config/dotfiles.git] / xpdfrc
1 # xpdf configuration file.
2
3
4 # Include the system wide configuration file as xpdf doesn't load it
5 # automatically if ~/.xpdfrc is present.
6 include /etc/xpdf/xpdfrc
7
8
9 # Toggle outline.
10 bind ctrl-o any toggleOutline
11
12 # Vi like bindings for scrolling.
13 bind k any pageUp
14 bind j any pageDown
15 bind h any scrollLeft(16)
16 bind l any scrollRight(16)
17
18 # Use Elinks to open URLs.
19 urlCommand "elinks -remote '%s'"