I'm trying to write a simple auto-replace script but can't find how to insert the '{}' characters.
The usual escape characters (backtick ` or backslash ) don't seem to work for curly brackets.
e.g.
:co:drf::$(document).ready(function(){space}`{`n`});{Left}{Left}{Left}{left}
gives
$(document).ready(function() );
rather than
$(document).ready(function() {
});
::test::{{}{enter}{}}results in{\n}\t}. Workaround: Use{Backspace}and{Left}to reformat the result. – Avatar Jul 14 '16 at 15:14