tmux

tmux does two related things:

tmux is very similar to gnu screen. they’re basically the same program written at two different times. ah well.

people prefer tmux mainly because out-of-the-box, tabs update their title to whatever program is running (open a terminal and run man, it will update the title to man)

leader

the leader key is ctrl-b. press ctrl-b then press the command

sessions

creating:

listing:

editing:

deleting:

detaching:

attaching:

this is already pretty useful even if you use nothing else from tmux…

windows

these are like browser tabs

creating

listing

deleting

selecting

editing

panes

splitting the terminal babey

creating

deleting

selecting

editing

mouse support

mouse support is off by default, can be enabled with

what does mouse mode enable:

See also