]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xpdfrc: Improve Vi like bindings.
authorSimon Ruderich <simon@ruderich.org>
Thu, 20 Dec 2012 21:02:49 +0000 (22:02 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 20 Dec 2012 21:02:49 +0000 (22:02 +0100)
xpdfrc

diff --git a/xpdfrc b/xpdfrc
index ded779ce147e8ea6b3459bffa884e495767d1016..a13d2562474ecf9cf9111fa786f1e0375b2971de 100644 (file)
--- a/xpdfrc
+++ b/xpdfrc
@@ -25,10 +25,20 @@ include /etc/xpdf/xpdfrc
 bind ctrl-o any toggleOutline
 
 # Vi like bindings for scrolling.
-bind k any pageUp
+#
+# j/k are mapped to page* (and not scroll*) or pressing j/k won't scroll
+# up/down when the whole page is viewed.
 bind j any pageDown
+bind k any pageUp
 bind h any scrollLeft(16)
 bind l any scrollRight(16)
+#
+bind ctrl-b any pageUp
+bind ctrl-f any pageDown
+
+# Vi like bindings for searching.
+bind / any find
+bind n any findNext
 
 # Zoom to full page on startup, change to "normal" zoom mode by pressing 0.
 initialZoom page