Learn tmux
[tmux documentation →]Why tmux?
tmux is a terminal multiplexer that lets you create and control multiple terminal sessions from a single screen. Perfect for remote workflows, long-running processes, and organizing your development environment.
- •Terminal multiplexing — split windows into panes for side-by-side workflows
- •Session persistence — detach and reattach without losing running processes
- •Remote workflows — maintain sessions over SSH connections
- •Pane and window management — organize workspaces with customizable layouts
- •Scriptability — automate session setup and configuration with .tmux.conf