Pergunta

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

enter image description here

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

Foi útil?

Solução

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

source: textmate on github

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top