So I am a big fan of the multiplexers like GNU Screen and Tmux, but even using Screen for years now I still recognize that there are many things there I don't know (and I only use Tmux for a couple of months so its worse).
What configs and tips and tricks you use on those software (both or on each one, doesn't matter)?
I use this as my screen config (I think I adapted this from Ubuntu's default screenrc):
shell -$SHELL
startup_message off
defscrollback 1000
hardstatus alwayslastline '%{= wk}%?%-Lw%?%{r}(%{k}%n*%f%t%?(%u)%?%{r})%{k}%?%+Lw%?%?%= %m/%d %C%A'
activity ''
termcapinfo xterm* 'hs:ts=\\E]2;:fs=\\007:ds=\\E]2;screen\\007'
It's a simple config to keep the status bar showing with some colors, but I am sure that there are more things I can do with screen and Tmux and would love to know it.
zombie qrkeeps window open even if process is dead and allowsqto close it orrto resurrect process. Useful for software verification. – Ency May 2 '11 at 19:44