X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xpdfrc;h=5211cd45d1f7df407041f541a056813f7c35472d;hb=890c966b01152321b5e20315bb77b7f9f854b154;hp=2a355faeb6e5894a4b40ebee0d567d6f2368daa4;hpb=14d483b4676ccf95a93d3cedcf39c057752b3bba;p=config%2Fdotfiles.git diff --git a/xpdfrc b/xpdfrc index 2a355fa..5211cd4 100644 --- a/xpdfrc +++ b/xpdfrc @@ -6,5 +6,11 @@ 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'"