* One thing that may work: = ^H= ** In emacs that would be: = Cqh= ** In vi that would be = Cvh= *** i.e. you enter a "Cntrl-h"--the literal control character ^H--which is literally: "BackSpace" --this may not work in this case; but, it works in a lot of strange cases. * Could also make a variable: export EQUALS="="; etc. On Mon, Mar 31, 2014 at 9:52 PM, Rustom Mody wrote: > If I enter code inline that has an == that is taken as an escape for code > So how to enter '==' literally > >