Sunday, July 08, 2007

XPDF with vi keybindings

Here is how to enable vi keybindings for xpdf navigation (j for up, k for down, h for left, l for right).

Add the following line to your ~/.Xresouces file.
xpdf.viKeys: true
Then run xrdb to load the changes:
xrdb ~/.Xresouces