From 890c966b01152321b5e20315bb77b7f9f854b154 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 24 Jul 2010 10:44:52 +0200 Subject: [PATCH] xpdfrc: Add Vi like bindings for scrolling. --- xpdfrc | 6 ++++++ 1 file changed, 6 insertions(+) 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'" -- 2.44.1