Last active
February 28, 2026 08:23
-
-
Save Bubbu0129/76f3b2bdea1fcb895ca3f82caf042002 to your computer and use it in GitHub Desktop.
Zathura configuration file. 73 E E
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set database sqlite | |
| set selection-clipboard clipboard | |
| set show-recent 3 | |
| set synctex true | |
| set synctex-editor-command "texlab inverse-search -i %{input} -l %{line}" | |
| map R rotate rotate-ccw | |
| map <C-r> reload | |
| map i recolor | |
| map p snap_to_page | |
| map o file_chooser | |
| map [ jumplist backward | |
| map ] jumplist forward | |
| map v feedkeys ":exec okular -p $PAGE $FILE<Return>q" | |
| map <C-c> feedkeys ":exec bash -c 'pdftoppm \"$FILE\" -f $PAGE -singlefile -png | wl-copy'<Return>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment