Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to move the textmate file explorer to the right side?

Tags:

textmate

how to move the textmate file explorer to the right side?

like image 743
Blankman Avatar asked Sep 25 '10 21:09

Blankman


Video Answer


2 Answers

Update:

For later versions of textmate, see this answer


For Textmate 2 (released long after this question was answered) the accepted answer doesn't appear to work anymore. This is what did it for me:

To change it to the right on OSX, open up your terminal and run the command:

defaults write com.macromates.TextMate.preview fileBrowserPlacement right

To change it to the left:

defaults write com.macromates.TextMate.preview fileBrowserPlacement left
like image 157
Peter Berg Avatar answered Sep 20 '22 14:09

Peter Berg


You can move textmate to the left edge of the screen and close and open the panel. ie. ctrl, alt, cmd + d.

like image 23
mark Avatar answered Sep 19 '22 14:09

mark