startup_message off nethack off # Use C-q rather than C-a for the escape character, because I use C-a # all the time in the shell. C-q is the XON flow control character, so # turn off flow control as well. defflow off escape ^qq # Disable the "flow" binding. bind f bind ^f # Get a more comfortable scrollback buffer. defscrollback 1000 # Create new screens in the order 1234567890, the way the digits are # laid out on the keyboard. screen 1 bind c screen 1 # Don't put information in an xterm title bar. hardstatus off