X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xpdfrc;h=337bf1cd7c9412e65ef752c7496aa6f88e62dc25;hb=4cdb61d9e38e39c81051ba8519eb674503c31023;hp=85a3ec83a7b1a0f667e18204181a163237c43a3d;hpb=a877bddab1d5ad3c263fd689516469bbdb90fd90;p=config%2Fdotfiles.git diff --git a/xpdfrc b/xpdfrc index 85a3ec8..337bf1c 100644 --- a/xpdfrc +++ b/xpdfrc @@ -6,8 +6,14 @@ include /etc/xpdf/xpdfrc -# Enable continuous pages. -continuousView yes +# 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'"