Search code examples
textmatetextmate2

How to adjust line spacing in Textmate 2?


How to adjust the height of line spacing in Textmate 2?

enter image description here

i.e. preferably like Textmate 1 (on the right).


Solution

  •  defaults write com.macromates.TextMate.preview fontLeadingDelta -float 0
     defaults write com.macromates.TextMate.preview fontAscentDelta -float 0
    

    source: textmate on github