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

Kill the session

kill-session -t <session-name>
Back to top