Reputation: 283
In OSX, changing font size in terminal by hitting CMD and ('+' or '-') changes the window size as well. THis is annoying as I have to always resize the window back to the correct size.
Is there any way to keep the window size constrained during font size changing?
The workaround I have is to use a windows manager such as Moom to resize the window quickly after each font size change, but I'd love to know if I can eliminate the window re-sizing step altogether. Thanks!
Upvotes: 11
Views: 11490
Reputation: 1273
Stores the current terminal (with resized window and font) settings
to the current profile. It *does* make that profile the default for
all future terminal windows, but this can easily be changed in the
Profiles tab under Menu: Terminal > Preferences.
Save the current terminal settings (Resized Window, Font, etc) to a
saved profile and import as new profile.
Enables quick changes to several Profiles
Upvotes: 5
Reputation: 18703
You can customize the Terminal preference settings to set the font size:
Preferences > Settings > [profile] > Text > Font
There is no built-in way to resize the text in an individual window without resizing the window: Terminal preserves the row and column counts whenever possible, since the terminal dimensions normally affect the behavior of programs running in the terminal.
Upvotes: 11