If any screen folks are trying out tmux, here is my .tmux.conf assembled to have screen like bindings.<p><a href="https://github.com/rahulkmr/dotfiles/blob/master/.tmux.conf" rel="nofollow">https://github.com/rahulkmr/dotfiles/blob/master/.tmux.conf</a><p>C-a c new window<p>C-a | vertical split<p>C-a S horizontal split<p>etc etc.<p>As far as copy paste goes, I use this <a href="https://wiki.archlinux.org/index.php/Tmux#ICCCM_Selection_Integration" rel="nofollow">https://wiki.archlinux.org/index.php/Tmux#ICCCM_Selection_In...</a> C-a C-c copies tmux buffer to clipboard, C-a C-v sets tmux buffer to clipboard and pastes it(it's already in the configs; just putting it here).<p>As far as terminal emulators go, I have tried out a lot of them(gnome-terminal, konsole, urxvt, xterm) and finally settled on terminator. gnome-terminal will keep messing with my readline settings(alt opens up the menu), urxvt won't let me copy-paste the clipboard...Terminator is no frills - you can graphically set the preferences, or have a config file; it lets you copy paste to and from the clipboard; you can configure it to copy the x-selection to clipboard(middle click to paste - just not it). For anyone looking for a terminal emulator on linux(or whatever other platforms it runs on), I highly recommend it.