Productivity

Tmux Configuration

Posted on

Tmux is a handy Linux utility which, like screen, can emulate multiple screens over a single console session. It’s really handy for maintaining sessions over ssh instead of risking losing everything you’re working on because your network connection has been temporarily interrupted. .bash.rc In order to start tmux each time I connect to a server […]