X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xpdfrc;h=337bf1cd7c9412e65ef752c7496aa6f88e62dc25;hb=5ed5fe6d5e48875e4d805afb318499afb0c9fc07;hp=2a355faeb6e5894a4b40ebee0d567d6f2368daa4;hpb=99690b2935bb89cd7862196bde2995e3327b3c4a;p=config%2Fdotfiles.git diff --git a/xpdfrc b/xpdfrc index 2a355fa..337bf1c 100644 --- a/xpdfrc +++ b/xpdfrc @@ -6,5 +6,14 @@ include /etc/xpdf/xpdfrc +# Toggle outline. +bind ctrl-o any toggleOutline + +# 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'"