· 1 min read

Open Files in TextMate 2 with A Single Click

To open files with a single click from the file browser inside of TextMate 2 run this command from the terminal

defaults write com.macromates.TextMate.preview fileBrowserSingleClickToOpen -bool true

And to turn it off

defaults write com.macromates.TextMate.preview fileBrowserSingleClickToOpen -bool false

Comments

Leave a comment