On Oct 12, 2010, at 7:31 AM, Adam Strzelecki wrote:
I was wondering if it was possible to adjust the font line spacing in TextMate? i.e. the amount of horizontal whitespace between each line of text in the editor window.
You meant vertical space? Horizontal would be between single characters. Anyway try that:
defaults write com.macromates.TextMate OakLineHeightDelta <somevalue>
Wow, cool. 0 is the default. -2 is like Xcode. Fractional parts get truncated. Jerry