Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2つのtmuxウィンドウがあり、それぞれに1つのペインがあります。これらの2つのペインを、水平分割ペインとして1つのウィンドウに結合したいと思います。どうすればそれができますか?
実際、私はその方法を見つけました。2 つのウィンドウが番号 1 と 2 であるとします。
join-pane -s 2 -t 1
これにより、2番目のウィンドウがペインとして 1 番目のウィンドウに移動します。反対のコマンドはbreak-pane
break-pane