wesdeboer /.screenrc-nested

This is my nested .screenrc that I run through ssh inside my local screen, it has a new escape code to run all the nested commands.
vbell on                              # default: off
  vbell_msg "   -- Ring, Ring!! --   "  # default: "Wuff,Wuff!!"
  autodetach on                         # default: on
  nethack on
  msgminwait 0
  msgwait 1
  version
  msgwait 2
  startup_message off                   # default: on
  crlf off                              # default: off
  multiuser on
  defscrollback 1000                    # default: 100
  silencewait 5                 # default: 30

  screen -t local 0
  screen -t mc 1 mc
  screen -t top 2 top

  select 0

  hardstatus alwayslastline "%{=b}%{G} Screens: %{b}%w %=%{G}%C%A %D, %M %d "

  bind h prev
  bind l next
  escape ^Zz