How to rename a pane in tmux?

ovolax picture ovolax · Oct 25, 2016 · Viewed 101.9k times · Source

How to rename a pane in tmux ?

Answer

idej picture idej · Oct 30, 2016

Do you mean tmux window? Ctrl + b + , if you have C-b as send prefix (it's by default)

Also C-b :rename-window <new name> and tmux rename-window <new name> work too.

As I know you can't rename pane