#=============================================================================== # Minimal GNU screen sample config #=============================================================================== # #=============================================================================== # Set the escape command - comment out to get the default +a #=============================================================================== escape ^@@ # Ctrl+ #=============================================================================== # Visual stuff #=============================================================================== vbell off # No "visual" bell...!!! term "screen-256color" # set $TERM attrcolor b ".I" # use bright colors for bold shelltitle '' #=============================================================================== # 10 terminals/windows at startup #=============================================================================== screen # default user shell screen # default user shell screen # default user shell screen # default user shell screen # default user shell screen # default user shell screen # default user shell screen # default user shell screen # default user shell screen # default user shell #=============================================================================== # So we know where we stand! #=============================================================================== caption always "%{+u wk} " # add separator, waste a line hardstatus alwayslastline "[%H:%S]%L=%=%-w%45L>%{= ky}[%n]%{= kw}%+w%=%-13=[%d/%m %c]"