0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

iTerm2 コマンドでリザイズ出来ないとき

Posted at

iterm2-vr.png


ネットをググると 以下のような設定がヒットするが、

Iterm2 > Preferences > Profiles > Terminal > Disable session-initiated window resizing > (uncheck)

バージョンの違いなのか、自分の環境には 存在しない。

色々と試した結果、下のスクショの箇所が それのようだ。
チェックと付けると、無事にリサイズできるようになった。

iterm2.png



リサイズコマンド

エスケープシーケンス
$ echo '\e[8;24;80t'
resize
$ resize -s 24 80

どちらも機能するようになった。




参考;




以上

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?