]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - xpdfrc
xmonad.hs: Add limit layout.
[config/dotfiles.git] / xpdfrc
diff --git a/xpdfrc b/xpdfrc
index 2a355faeb6e5894a4b40ebee0d567d6f2368daa4..337bf1cd7c9412e65ef752c7496aa6f88e62dc25 100644 (file)
--- 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'"