Add config option for case-insensitive search#628
Conversation
|
In my opinion it would be more consistent to use the vim naming of And I believe it makes more sense to implement most of this functionality in upstream |
|
Yeah, good points. Renamed it to I'll put together a PR on modalkit-ratatui to add ignorecase to |
|
In case you want to keep contributing, I want to warn you that this is a really slow moving project and that it can take a few months until changes are merged. I'll also point you to the matrix channels #iamb-users:0x.badd.cafe and #iamb-dev:0x.badd.cafe and my fork where I merge most all recent PRs together. |
Adds a
case_insensitive_searchsetting (default off) so searching rooms, DMs, spaces, members, and message scrollback ignores case without needing a(?i)prefix.