Created
December 13, 2011 21:54
-
-
Save madmax/1474059 to your computer and use it in GitHub Desktop.
changing font in textmate 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open Bundle editor | |
2. Select Themes -> Themes -> your theme | |
3. add to settings | |
fontName = 'Monaco'; | |
fontSize = '12px'; | |
or what you want, enjoy :) |
Show Fonts
is utterly useless: it just changes them for the current window… how could you even suggest that?
@minimaldesign: you likely added it in the first section, named gutterSettings
. You should add it instead in the settings
section.
@Lohoris
View → Font → Show Fonts
change and restart TextMate.
Tested working on TextMate version 2.0-beta.7.4
@MarkFull that approach just worked for me, too. Restarting was key. Without the restart, the font changes back even if I just switch tabs (although, the View > Font > Show Fonts still retains the previous setting).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"View → Font → Show Fonts" works for me in latest build as of Dec 14th, 2012