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?)
This commit is contained in:
2021-02-17 02:43:42 +01:00
parent fa9e8da091
commit 2700063ac1

View File

@@ -15,7 +15,7 @@ set recolor-keephue true
set recolor-reverse-video true
# Search while typing
set incremental-search true
# set incremental-search true
# vimtex
set synctex true