]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - xpdfrc
xpdfrc: Add Vi like bindings for scrolling.
[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 # Vi like bindings for scrolling.
10 bind k any pageUp
11 bind j any pageDown
12 bind h any scrollLeft(16)
13 bind l any scrollRight(16)
14
15 # Use Elinks to open URLs.
16 urlCommand "elinks -remote '%s'"