I am sick of having to escape things when I want to search for part of an html tag.
How can I ack search for exactly what I type without having to escape stuff?
e.g.
ack-grep 'console.log(foo'
I get:
Unmatched ( in regex; marked by <-- HERE in m/console.log( <-- HERE par/