My Tmux configuration
I’ve spent some time tweaking and playing around with my .tmux.conf. If you’re interested in how I did it or search for some inspiration you can find my configuration at the bottom of this post. I’ll briefly explain and showcase some of the options throughout the article. To reload config without closing and re-opening Tmux again I’ve mapped Prefix + r as key combination to source ~/.tmux.conf: # Reload config bind r source-file ~/.tmux.conf Green bar at the bottom was too ugly for me so I’ve customized it a bit. On the left hand side short hostname is displayed while on the right hand side there’s simple clock. Here’s how it looks: ...