59

I'm trying to find a place where to set the default window size on newly created windows.

In iterm1 there was display profiles, which I do not see iterm2. http://iterm.sourceforge.net/usage.shtml

likeitlikeit
  • 5,563
  • 5
  • 42
  • 56
Cmag
  • 14,946
  • 25
  • 89
  • 140

3 Answers3

122

You have to specify the default window size in rows and columns. The setting can be found in iTerm > Preferences > Profiles > Window.

Jamie
  • 3,890
  • 3
  • 26
  • 35
  • I found that after disconnecting a second monitor that iTerm2 did not resize it's window until I went into the Preferences like this. Thanks! – TrinitronX Aug 14 '13 at 22:19
  • 19
    Specifying a column or row amount larger than your screen will allow makes the iTerm as wide and tall as it can be, but will not go outside the screen. (So if you're wondering what values will make a full-screen window, 500 in both directions should do the trick if you don't feel like experimenting.) – Matthew McVickar Dec 17 '13 at 06:29
  • 6
    For those who were wondering how to get current window size in rows and columns: Just pull the window by the edge to resize it a bit — current size will appear in the window title. – Dany Feb 26 '19 at 17:04
  • In my case using this trick the window does indeed go outside of the screen – Leonardo Aug 30 '22 at 10:09
  • MacOS Ventura+: iTerm > Settings > Profiles > Window – Azamat Abdullaev Feb 21 '23 at 12:31
17

Here is the screen you can set up the size of the window

iTerm2 > Preferences > Profiles > Window > Settings for New Windows

enter image description here

NoNaMe
  • 6,020
  • 30
  • 82
  • 110
5

Once you have made the changes in Profile => Window make sure that

Disable session-initiated window resizing 

is unchecked for your changes to take effect in default iterm window

and then restart item

HimalayanCoder
  • 9,630
  • 6
  • 59
  • 60
  • What does this even do? It had no obvious effect for me. Also, for those wondering where to find this: `iTerm2 > Preferences > Profiles > Terminal > Disable session-initiated window resizing` – Sindre Bakke Øyen Feb 22 '23 at 11:43