## ~/.screenrc: GNU Screen configuration. # # Jason R. Blevins # Created: Durham, January 19, 2007 # Last Modified: November 16, 2008 09:34 EST # # Parts taken from the following sources: # * http://texnatse.blogsome.com/2005/09/01/my-screenrc/ # * http://planet.gentoo.org/developers/dams/2006/09/22/screenrc # Use visual bell. vbell on # Suppress the startup message. startup_message off # Use a large scrolling buffer. defscrollback 5000 # Change the escape character to `. escape `` # Detach on hangup. autodetach on # Set the caption to include the window list, time, and date. caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= %{dg}%M %d %c"