In TextMate, is it possible to define the default size and position for new windows? How?

link|improve this question
feedback

migrated from stackoverflow.com Jan 16 '11 at 18:22

This question came from our site for professional and enthusiast programmers.

2 Answers

It only remembers the last open window's position and size. If you need a specific size and position, I would write an applescript.

link|improve this answer
feedback

Open ~/Library/Preferences/com.macromates.textmate.plist and look for the entry named OakDocumentWindowFrame. There you can adjust the width and height for new windows.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown