# xpdf configuration file. # Include the system wide configuration file as xpdf doesn't load it # automatically if ~/.xpdfrc is present. include /etc/xpdf/xpdfrc # Vi like bindings for scrolling. bind k any pageUp bind j any pageDown bind h any scrollLeft(16) bind l any scrollRight(16) # Use Elinks to open URLs. urlCommand "elinks -remote '%s'"