Home » Questions » Computers [ Ask a new question ]

How to navigate using h, j, k, l (Vi-like) in Xpdf?

How to navigate using h, j, k, l (Vi-like) in Xpdf?

man xpdf says the following:

Asked by: Guest | Views: 209
Total answers/comments: 1
bert [Entry]

"Well, I figured that out.
Go edit /etc/xpdf/xpdfrc and add the following

bind h any scrollLeft(16)
bind l any scrollRight(16)
bind k any scrollUp(16)
bind j any scrollDown(16)

Now, I have the desired behavior."