tmux shortcuts & cheatsheet

cyberpunk

If you are not using tmux yet, you are missing it out!

Here some shortcuts and configs to help you to start.

Starting Sessions

start new:

tmux

start new with session name:

tmux new -s myname

attach

    tmux a  #  (or at, or attach)

attach to named

tmux a -t myname ...
more ...