# This is a sample .screenrc # It will work by default defmonitor on activity 'Activity in window %n (%t)' bell_msg 'Bell in window %n (%t)' msgwait 30 # change the escape character from ^a to ^o # escape "^oo" # or to ^z #escape "^oz" # by default turn off flow control defflow off # optionally set your terminal type #term xterm # Switch on the always-on window list bar. hardstatus on hardstatus alwayslastline hardstatus string "%Lw %=%c " # some useful keys for resizing bind = resize = bind + resize +1 bind - resize -1 bind _ resize max # bind some keys for moving between split windows bind j focus down bind k focus up bind t focus top bind b focus bottom # Unbind a whole bunch of silly flow control keys bind s bind q bind ^S bind ^Q