Skip to content

Tmux

Commands

To rename the window

rename-window <new-tab-name>

To rename the session

rename-session <new-session-name>

To move the window to left

swap-window -t -1
Back to top