summaryrefslogtreecommitdiff
path: root/zathura/zathurarc
blob: c5edee36fa2413ac2840586980945203be54ffc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Invert colors for dark theme (remapped to Ctrl+i)
map <C-i> recolor

# Clipboard
set selection-clipboard clipboard

# Scroll and Zoom step size
set scroll-step 80
set zoom-step 20

# Enable incremental search
set incremental-search true

# Hide the toolbar at startup
set guioptions none