Skip to content

Conversation

badranX
Copy link

@badranX badranX commented Sep 4, 2025

This is related to #4978

Adds search_literal and rsearch_literal, which behave like search/rsearch but match raw text instead of regex.

Motivation: escaping common characters like (, [, + is tedious.

I didn't map them to any default key.

Introduce `search_literal` and `rsearch_literal` commands for forward and
reverse literal (non-regex) text search. This allows searching for text
containing regex metacharacters without needing to escape them.
@badranX badranX changed the title feat: add literal (non-regex) search commands: search_literal and rsearch_literal feat: add literal (non-regex) search commands, search_literal and rsearch_literal Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant