summaryrefslogtreecommitdiff
path: root/.config/zathura/zathurarc
blob: 39845d482b7b912b4d501c19d10912c5cfdfcaa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# zathurarc

# colors
set statusbar-bg black
set statusbar-fg white

# use sqlite as bookmarks database backend
set database sqlite
set adjust-open width

# key bindings
map <PageUp> navigate previous
map <PageDown> navigate next
map b toggle_statusbar

map + zoom in
map - zoom out

map <C-q> quit

# vademecum:
# set first-page-column 1