DEV Community

Discussion on: What are your CLI go to commands and aliases?

Collapse
 
kungtotte profile image
Thomas Landin

I use tmux new-session -A -s session-name. It will create the session if it doesn't exist and reattach if it does exist.