firecat53 / urlscan

Mutt and terminal url selector (similar to urlview)
GNU General Public License v2.0
214 stars 38 forks source link

Readme Hides '\' in Render #29

Closed psycotica0 closed 8 years ago

psycotica0 commented 8 years ago

Hey guys. In your README file you have the configuration example of:

bind \cb STUFF

But when github renders it to show casual seekers such as myself, the backslash is omitted, so it looks like:

bind cb STUFF

This didn't work for me and I didn't know why. I had to read the mutt documentation to figure out what it should look like, then once I knew I thought "Oh, it's backslash, I bet that's just getting removed", which it was.

firecat53 commented 8 years ago

Thanks!