-
|
I wanted to search strings with symbols, but some symbols needs escape sequences. How can I turn off regex? |
Beta Was this translation helpful? Give feedback.
Answered by
zyedidia
Oct 4, 2022
Replies: 2 comments 1 reply
-
|
You should use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
flame-0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You should use the
FindLiteralaction rather than theFindaction. By default it is bound toAlt-F(alt-shift-f), but you may want to create a new binding.