pwmt / zathura

Document viewer
https://pwmt.org/projects/zathura
zlib License
2.05k stars 142 forks source link

[FR] Case sensitive/smartcase search and exact search #404

Open sebastinas opened 1 year ago

sebastinas commented 1 year ago

On GitLab by @simon2505 on Jul 11, 2023, 15:05


I am not able to use perform a case-sensitive or exact search in Zathura. If that is already possible, this functionality is not documented.

Expected behvior:

  1. case-sensitive search: /Word matches "Word" but not "word", /word matches both "Word" and "word" (this would be mimicking vim's smartcase option)
  2. exact search: /\<Word\> matches "Word" but not "Wordword".

I wonder if this already somehow possible? Thank you, Simon