[TxMt] Disable soft wrap for URLs in Markdown

Adam Sharp adsharp at me.com
Sun Feb 24 03:04:27 UTC 2013


Hi,

I'd like to disable soft wrapping for URLs when writing in markdown (I find it distracting when a long URL wraps, especially when it's forced to start on the next line).

I tried adding this settings item, scoped to 'text.html.markdown markup.underline.link':

    { softWrap = :false; }

...but the URLs still wrap. Is this a problem with my scope selector, or is there an errant settings item somewhere that might be overriding mine?

–Adam


More information about the textmate mailing list