On 06/01/2012, at 3:31 PM, Adam Sharp wrote:
Is there something I can configure to get this to work, or maybe a bundle command workaround?
As a workaround, I've created this bundle with a single macro (bound to Opt-Cmd-Q) that is hard-coded to wrap to 72 chars, using column selection mode:
It's by no means an elegant solution, but it does the trick for me. You can easily modify it to use more or fewer `moveRightAndModifySelection:` commands to increase or decrease the column width.
Open to any ideas for improvement (especially ones that actually use TM_COLUMNS).
Adam