Files
dotfiles/.config/zathura/zathurarc
druckdev 2700063ac1 zathura: Disable incremental-search for now
Disable the option as the search stops taking any input as soon as there
are no search results left. When typing a word fast but making a typo
this is very annoying. Zathura will stop then the search in the middle
of the word and take all remaining characters that are still typed as
commands.
(Maybe create a PR in upstream?)
2021-02-17 02:43:42 +01:00

23 lines
538 B
Plaintext

# Use system clipboard for selection.
set selection-clipboard "clipboard"
# Dark colors
set default-bg "rgba(25, 25, 25, 0.5)"
set notification-bg "#000000"
set notification-fg "#FFFFFF"
# Invert colors per default. Toggle with `i`
map i recolor
set recolor true
set recolor-lightcolor "rgba(25, 25, 25, 0)"
set recolor-darkcolor "#FFFFFF"
set recolor-keephue true
set recolor-reverse-video true
# Search while typing
# set incremental-search true
# vimtex
set synctex true
set synctex-editor-command "nvr --remote +%{line} %{input}"