tmux
Medium — good to knowGeneral Dev
ELI5 — The Vibe Check
tmux lets you have multiple terminal windows inside one terminal, and — crucially — sessions survive if your SSH connection drops. You know when your internet cuts out and your 4-hour build job dies? With tmux, it's still running on the server, just waiting for you to reconnect. It's basically life insurance for terminal sessions.
Real Talk
undefined
When You'll Hear This
undefined
Related Terms
fish shell
fish is the shell that decided 'what if it just worked, without spending two days configuring dotfiles?
beginnerGeneral Dev
vim
vim is a text editor with two modes: insert (type text) and normal (do everything else with keyboard shortcuts).
advancedGeneral Dev
zsh
zsh is bash but with superpowers unlocked.
beginnerGeneral Dev