Hi,
Is there a way to desactivate the automatic replacement of some characters to html entities, ie when I type option-space in an html or markdown doc, it is automaticaly replaced with I'd like to keep the character I typed as is as it make the text more readable (I mainly have international text with lot of non ascii chars) and most html entities are not necessary in html5.
Regards,
Joël
On 5 Apr 2015, at 23:17, Joël Brogniart wrote:
Is there a way to desactivate the automatic replacement of some characters to html entities, ie when I type option-space in an html or markdown doc, it is automaticaly replaced with
With a HTML document open, select Bundles → Select Bundle Item… (⌃⌘T).
Then from the gear menu switch to Key Equivalents (⌘2).
Press the key that is triggering unwanted behavior (option space).
Now you can see what triggers on the key equivalent, click the Edit button and remove the item’s key equivalent (and use ⌘S to save the change).
Thank you a lot. For years I used copy/paste to avoid entity replacement!
Joël
Le 11 avr. 2015 à 02:15, Allan Odgaard mailinglist@textmate.org a écrit :
On 5 Apr 2015, at 23:17, Joël Brogniart wrote:
Is there a way to desactivate the automatic replacement of some characters to html entities, ie when I type option-space in an html or markdown doc, it is automaticaly replaced with
With a HTML document open, select Bundles → Select Bundle Item… (⌃⌘T).
Then from the gear menu switch to Key Equivalents (⌘2).
Press the key that is triggering unwanted behavior (option space).
Now you can see what triggers on the key equivalent, click the Edit button and remove the item’s key equivalent (and use ⌘S to save the change).