How to send message to every tmux session

Send message to every tmux session.

May 12, 2023 · milosz · Tmux

How to create a new tmux window with a given name

Create a new tmux window with a given name.

September 24, 2021 · milosz · Tmux

How to create personal tmux configuration

This is an updated blog post to reflect changes over the last five years (especially GitHub issue #1688) as I am still tmux terminal multiplexer on daily basis.

September 8, 2021 · milosz · Tmux

How to record terminal session in a tmux friendly way

Record terminal session in a tmux friendly way.

July 26, 2021 · milosz · Tmux

How to attach to tmux session over SSH

Attach to the tmux session over SSH to continue your work.

How to store the contents of every tmux pane

Store contents of every tmux pane using a shell script.

How to store the contents of tmux pane

Store contents of tmux pane to a file to keep the history or inspect recently executed commands.

How to create basic tmux setup

I am using tmux terminal multiplexer daily. It is an irreplaceable utility that eases everyday tasks as it lets you switch between multiple applications in one terminal. I will briefly describe my personal configuration setup.