Few xpdf bindings

default

 
Using xpdf with cygwin.

You can copy xpdfrc from:
/usr/local/etc

On cygwin it was located at:
/etc

cp /etc/xpdfrc ~/.xpdfrc

# .xpdfrc
# Useful keybindings
# ------------------

# To use vim simple navigation add:
bind h any scrollLeft(16)
bind j any scrollDown(16)
bind k any scrollUp(16)
bind l any scrollRight(16

# Add key to toggle Outline/Bookmark Window
bind ctrl-o any toggleOutline

default