vbell off # Big ups to M Prokop for windows at startup # http://www.michael-prokop.at/computer/config/.screenrc # Big ups to numatrix for general settings # http://www.dotfiles.com/files/18/342_screen.rc # Don't display the copyright page startup_message off # default: on # Binds function key to ^o escape ^oo # Bind C-arg to do stuff bind ' ' windowlist bind a title # Bind F# keys to screens bind "`" select 0 bindkey -k k1 select 1 bindkey -k k2 select 2 bindkey -k k3 select 3 bindkey -k k4 select 4 bindkey -k k5 select 5 bindkey -k k6 select 6 bindkey -k k7 select 7 bindkey -k k8 select 8 bindkey -k k9 select 9 bindkey -k k; select 10 # Bind C-PageUp and C-PageDown # to previous and next windows bindkey -d \084 prev bindkey -d \076 next # Delete key will work ok with this. bindkey -d -k kb stuff "\010" bindkey -d -a -k kb stuff "\177" bindkey -d -k kD stuff "\177" # Let's remove some dangerous key bindings ... bind k bind ^k bind . bind ^\ bind \\ bind ^h bind h # ... and make them better. bind 'K' kill bind 'I' login on bind 'O' login off bind '}' history # And remove a stupid key binding bindkey -d '>' # Bind F11 and F12 (NOT F1 and F2) to previous and next screen window bindkey -k F1 prev bindkey -k F2 next # Stuff to do at startup # #screen -t ITD 1 ssh msittig@login.itd.umich.edu #chdir /mp3 #screen -t MUSIC 2 #chdir /home/msittig/media #screen -t JEM 3 lynx "http://encodes.free.fr/genre.php?type=twdrama" #screen -t BITT 4 #screen -t BITT 5 #chdir /home/msittig #select 1