8
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

tmuxでアタッチした時、画面がおかしくなるのを直した

Posted at

#結論から言うと
attachする時-dオプションつけたら解決した

#詳細
たまにtmuxのsessionをattachした時、画面が↓な感じにおかしくなることがあったんですよ。
変な画面
これ困ってたんだけど、先にattachしてるやつがいて、その画面サイズに調整されてしまうのが原因だった。
つまり、先の例では↓のような先にattachしてるのがあるはず。
先にattachしてるやつ
で、man見たら-dつけたら先にattachしてるやつを強制的にdetachさせてからattachする的なこと書いてあって試してみたら正解だった。

tmux a -d -t test

みたいな感じで。

てか書いてから思ったけど画像でかすぎ

8
10
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
8
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?