2
4

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.

一時的にpaneを非表示にする

Posted at

参考: tmux - How do you hide a pane? - Unix & Linux Stack Exchange

paneを非表示にする

以下のコマンドを実行

:break-pane -dP

1:2.0 のような数値が表示されるので記録(session:window.pane)

paneを表示する

さきほど記録しておいた数値を元に以下のようにコマンドを実行

:join-pane -vs 1:2.0

上記は上下に分割して表示する場合、左右に分割して表示する場合は -hs

2
4
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
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?