18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
set sandbox none
|
|
set adjust-open "height"
|
|
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
|
|
set synctex true
|
|
set synctex-editor-command "vim -v --not-a-term -T dumb -c \"VimtexInverseSearch %{line}:%{column} '%{input}'\""
|