add shortcuts to zathura

This commit is contained in:
Tibeuleu
2025-04-18 18:05:37 +02:00
parent 435868e39d
commit 0f8973d074

View File

@@ -1,2 +1,16 @@
set sandbox none
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 "texlab inverse-search -i %{input} -l %{line}"