You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I want to search for parameter --jobs in files. And for that I need to escape dashes with backslashes even while I use quotes for search phrase (like this "\-\-jobs").
So I propose to parse characters "as is" in quotes for search phrase.
Example: for "--jobs" prompt -> search phrase will be --jobs