GNU/Linux TMUX Quickref

tmux new -s {session-name}     -- create new session
tmux a (-t {session-name})     -- attach to default session or session-name
tmux ls                        -- list sessions
ctrl-b d                       -- detach session

ctrl-b "                       -- horizontal divider
ctrl-b %                       -- vertical divider
ctrl-b [up|down|left|right]    -- jump to screen with arrow keys
ctrl-b [pageup]                -- scroll mode

Leave a Comment

Your email address will not be published. Required fields are marked *