Paul Berg
Doctoral student
🌞
🌛
GitHub icon
Linux
Keeping the same tmux session across launches
13/09/2020 · 2 minutes
Linux
Context I use alacritty as my main terminal. As fast as it is, it doesn’t come pre-configured with tabs or even other windows. So what most people do (me included), it that they use tmux. tmux is a terminal multiplexer (hence the name) which allows you to create windows and split them all over a terminal UI. One of the best feature of tmux, which is often used over ssh, is persistence even when tmux is closed.