From: Simon Ruderich Date: Sat, 24 Jul 2010 08:44:52 +0000 (+0200) Subject: xpdfrc: Add Vi like bindings for scrolling. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=890c966b01152321b5e20315bb77b7f9f854b154 xpdfrc: Add Vi like bindings for scrolling. --- 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'"