summaryrefslogtreecommitdiffstats
path: root/zathura/zathurarc
blob: 4d38c702259334fec2b02740db55d1773d7d3383 (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#########################
# Configuracion Zathura #
#########################
#
# para para saber que hace cada huevada
# ver manpage zathurarc(5)
#

# Default commented shit
# ======================

# zoom and scroll step size
# set zoom-setp 20
# set scroll-setp 80

# copy selection to system clipboard
# set selection-clipboard clipboard

# enable incremental search
# set incremental-search true

# mapings
# =======

# TODO Button 3 is left mouse button, I want to map it to 'hold to pan document'
# which is mapped to mouse 2 (middle button)
#map Button3 

unmap [normal] <C-n>
map [normal] <C-g> toggle_statusbar
unmap [fullscreen] <C-n>
map [fullscreen] <C-g> toggle_statusbar

unmap [normal] D
map [normal] D toggle_page_mode
unmap [fullscreen] D
map [fullscreen] D toggle_page_mode

map [normal] u scroll half-up
map [normal] d scroll half-down
map [fullscreen] u scroll half-up
map [fullscreen] d scroll half-down

# settings
# ========

#set window-width 768
set window-width 1025
set window-height 740
set adjust-open width

#set smooth-scroll true

#set first-page-column 2

set statusbar-home-tilde true
#set window-title-home-tilde true
set window-title-basename true
set selection-clipboard clipboard