I'm sure somebody here knows the answer to this, although it's not specifically related to TextMate.
I'm adding a key equivalent to TextMate's Window -> Zoom menu item with the following:
defaults write com.macromates.textmate NSUserKeyEquivalents -dict-add 'Zoom' '@~/';
The result? It works...but it zooms ALL open windows simultaneously. If you select Window -> Zoom with the mouse (or click the "+" window widget) only the TOP window zooms.
Huh!?
I know this is not a TextMate specific "problem" because the same behavior exists with Terminal.
Q