#--------------- Ctrl plus left and right arrows to switch ---------------# bindkey ^[[1;5D prev bindkey ^[[1;5C next #-------------------------------------------------------------------------# vbell off autodetach on startup_message off pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended." defscrollback 1000 terminfo xterm 'hs:ts=\E]0;:fs=\007:ds=\E]0;screen\007' #----------------------- Interactive window titles -----------------------# shelltitle "$ |bash" #-------------------------------------------------------------------------# #---------------------------- nested screens -----------------------------# escape ^Oo #-------------------------------------------------------------------------# #--------------------- keep track of what you're doing -------------------# caption always "%{= dW} #~~~~~%{G}%3n %t%? @%u%?%?%{W} ~~~~~# %{= dW} %=#~~~~~%{G}%3n %t%? %u%?%?%{W} ~~~~~# " hardstatus on hardstatus alwayslastline "%{W}[ %{B}%H %{W}][%= %{w}%?%-Lw%?%{W}|%n*%f %t%?(%u)%?|%{w}%?%+Lw%?%= %{W}][%{R}%l%{W}][%m/%d/%y %{B}%c:%s%{W}]" #-------------------------------------------------------------------------# #---------------------------- need a DISPLAY ? ---------------------------# setenv DISPLAY ':0' #-------------------------------------------------------------------------# #------------------- sometimes i open more than 9 thingies ---------------# bind -c selectHighs 0 select 10 bind -c selectHighs 1 select 11 bind -c selectHighs 2 select 12 bind -c selectHighs 3 select 13 bind -c selectHighs 4 select 14 bind -c selectHighs 5 select 15 bind -c selectHighs 6 select 16 bind - command -c selectHighs #-------------------------------------------------------------------------#