.screenrc
changeset 203 83fcc395ccc5
parent 195 e7703ed69e4e
child 204 fab75ba6b6c9
equal deleted inserted replaced
202:12f86cf3d64f 203:83fcc395ccc5
     6 
     6 
     7 # Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
     7 # Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
     8 bindkey "^[[1;5I" next
     8 bindkey "^[[1;5I" next
     9 bindkey "^[[1;6I" prev
     9 bindkey "^[[1;6I" prev
    10 
    10 
       
    11 # If a window goes unresponsive, don't block the whole session waiting for it.
       
    12 defnonblock on
       
    13 
       
    14 # Window numbering starts at 1, not 0.
       
    15 bind c screen 1
       
    16 bind 0 select 10
       
    17