Member-only story
After N years I’m finally using Tmux in such an elegant way
It is a wonderful experience to do the seemingly simple things to the extreme.
📓 Two links (screen and lighter) in this article are Ads. As an Amazon Associate, I earn from qualifying purchases.
History
I started to use Tmux N years ago. In the beginning, it’s really hard. In fact, during the past N years, I stopped using Tmux for a while and then went back to use it again. This process was repeated several times.
Tmux looks like the following snapshot when I use it for the first time:
With time, I familiarised myself with the Tmux configuration. I managed to make it more beautiful than the default appearance. Here are some screen shorts.
Here is my .tmux.conf which was used for these snapshots.
You know, by reading Tmux help documentation, I learned how to create a session using a customized socket path ( tmux -S $WORKDIR/.tmux.socket new-session -s
…