blob: 8322b0ea431317fcfba005a4d5aef30ae7ece8ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
set statusbar-h-padding 0
set statusbar-v-padding 0
set selection-clipboard clipboard
set database sqlite
set synctex true
# set synctex-editor-command "nvim -v --not-a-term -T dumb -c \"VimtexInverseSearch %{line}:%{column} '%{input}'\""
set font "monospace 9"
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
map g goto top
set render-loading true
# vim: ft=zathurarc
|