0% found this document useful (0 votes)
125 views1 page

Tmux and Screen Cheat Sheet: Source

Tmux and screen are terminal multiplexers that allow multiple terminal sessions to be accessed and controlled from a single terminal window or tab. They allow tasks to be detached from and reattached to terminals, and support splitting the terminal into multiple panes. Common commands include starting new sessions, attaching to existing sessions, listing and switching between sessions/windows/panes, and detaching or exiting current sessions.

Uploaded by

oddballz194
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
125 views1 page

Tmux and Screen Cheat Sheet: Source

Tmux and screen are terminal multiplexers that allow multiple terminal sessions to be accessed and controlled from a single terminal window or tab. They allow tasks to be detached from and reattached to terminals, and support splitting the terminal into multiple panes. Common commands include starting new sessions, attaching to existing sessions, listing and switching between sessions/windows/panes, and detaching or exiting current sessions.

Uploaded by

oddballz194
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

tmux and screen cheat sheet

Action start a new session re-attach a detached session re-attach an attached session (detaching it from elsewhere) re-attach an attached session (keeping it attached elsewhere) detach from currently attached session rename-window to newname list windows list windows in chooseable menu go to window # go to last-active window go to next window go to previous window see keybindings list sessions toggle visual bell create another shell exit current shell split pane horizontally split pane vertically switch to another pane kill the current pane close other panes except the current one swap location of panes show time tmux tmux OR tmux new OR tmux new-session tmux attach OR tmux attach-session tmux attach -d OR tmux attach-session -d tmux attach OR tmux attach-session ^b d OR ^b :detach ^b , <newname> OR ^b :rename-window <newname> ^b w ^b # ^b l ^b n ^b p ^b ? ^b s OR tmux ls OR tmux list-sessions ^b ^d ^b ^b ^b ^b ^b ^b ^b c " % o x OR (logout/^D) ! ^o t source: http://www.dayid.org/os/notes/tm.html screen screen screen -r screen -dr screen -x ^a ^d OR ^a :detach ^a A <newname> ^a w ^a " ^a # ^a l ^a n ^a p ^a ? screen -ls ^a ^g ^a c ^d

You might also like