Earlier quoted context omitted.
I'm coming from jedit, and before that any other basic terminal text editor. I've never been one for help/bundles/snippets/macros/etc My gripes come for instance when I go back to do something, and TextMate adds in extra idiocy eg a = 9+6 // Oops, need to double all that - (9+6)*2, lets bracket it up... a = ()9+6 // WTF TextMate added a close bracket that is clearly useless My remaining gripe with TextMate is that I…
If you select the 9+6 and then insert the opening parenthesis it will wrap everything automatically. This is not really intuitive, but the extra idiocy is there for a reason.
I've disabled all the 'insert extra random characters' shenanigans now.