4589bb0a8b
Letting zathura use the standard clipboard by default makes using it more intuitive. We just have to select the zone to copy with our cursor and then it is directly usable with a CTRL-V in any windows.
13 lines
253 B
Text
13 lines
253 B
Text
set statusbar-h-padding 0
|
|
set statusbar-v-padding 0
|
|
set page-padding 1
|
|
set selection-clipboard clipboard
|
|
map u scroll half-up
|
|
map d scroll half-down
|
|
map D toggle_page_mode
|
|
map r reload
|
|
map R rotate
|
|
map K zoom in
|
|
map J zoom out
|
|
map i recolor
|
|
map p print
|