Question

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

enter image description here

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

Was it helpful?

Solution

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

source: textmate on github

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top