-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathxpdfrc
39 lines (29 loc) · 896 Bytes
/
xpdfrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ==============================================================================
# XPDFRC
# ==============================================================================
# Manual: https://www.xpdfreader.com/xpdf-man.html
# ==============================================================================
# VIM KEY BINDINGS
# ==============================================================================
# --- Scroll ---
bind h any scrollLeft(16)
bind j any scrollDown(64)
bind k any scrollUp(64)
bind l any scrollRight(16)
bind J any scrollDown(512)
bind K any scrollUp(512)
bind ctrl-u any prevPage
bind ctrl-d any nextPage
# --- Navigate ---
bind < any prevTab
bind > any nextTab
# --- Search ---
bind / any find
bind ? any find
bind n any findNext
bind N any findPrevious
# --- History ---
bind ctrl-h any goBackward
bind ctrl-l any goForward
# --- View ---
bind t any toggleSidebar