Get the latest tech news

Customizing tmux


I have been exploring some new tools here and there. When I started watching Primeagen, I took a note of several tools that he was using and advocating for. One of them was tmux. What is tmux? tmux is a terminal multiplexer. What that means is you can have many terminals in one. According to tmux wiki: tmux is a program which runs in a terminal and allows multiple other terminal programs to be run inside it. Each program inside tmux gets its own terminal managed by tmux, which can be accessed from the single terminal where tmux is running - this called multiplexing and tmux is a terminal multiplexer.

Tmux has the ability to detach and attach to multiple sessions making them easier to manage and not to worry about losing it. A user connects to a remote server using ssh(1) from an xterm(1) on their work computer and run several programs. When I first started using tmux, I felt overwhelmed by the very poor default UI that it offers and the amount of options and shortcuts that I needed to know to operate it well and be productive.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of Customizing tmux

Customizing tmux