Linux screen

In my day to day activities, I use the terminal pretty actively. I hate the idea of having many seperate terminal windows open, so I’m very happy with screen. According to the manpage, Screen is a full-screen window manager that multiplexes a physical terminal between several processes. In order to keep track of active screens or display which screen is currently active, I use the following screen config: ...