12 Jan 2012 Tmux is a Terminal MUltipleXer, which is a fancy way of saying its a tabbing system for terminals. Unlike native GUI terminals, it curses based. While this may initially sound like a disadvantage, it actually allows for some interesting features. The biggest of these is you can "detach" from your current tab session, resume it at a later time and everything is as you left it. Why I like it My original reasons for choosing tmux were that it supported both vertical and horizontal sp...