💾 Archived View for 1436.ninja › Phlog › gmi › 20190117.post.gmi captured on 2022-06-03 at 23:17:35. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2020-09-24)
-=-=-=-=-=-=-
(in the following I use |PREFIX| as a stub for your prefix, typically CTRL+b, but a lot of people like me use CTRL+a)
Multiple sessions are of course awesome. It is not something that a lot of users learn when starting out with tmux. So here is a quick run down:
To create a new named session from within tmux use:
|PREFIX| :new -s NAME
To view a list of sessions and choose one use:
|PREFIX| s
From outside of tmux make a named session with:
tmux new -s NAME
or start detached with
tmux new -s NAME -d
I like to have the following sessions always running:
Handy.