.screenrc
changeset 206 e27dc360b685
parent 205 a13f2fb04ded
child 207 db705bb4344e
equal deleted inserted replaced
205:a13f2fb04ded 206:e27dc360b685
     5 escape ``
     5 escape ``
     6 
     6 
     7 # If a window goes unresponsive, don't block the whole session waiting for it.
     7 # If a window goes unresponsive, don't block the whole session waiting for it.
     8 nonblock on
     8 nonblock on
     9 
     9 
       
    10 # Window numbering starts at 1, not 0.
       
    11 bind c screen 1
       
    12 bind 0 select 10
       
    13 
       
    14 # Define a bigger scrollback, default is 100 lines.
       
    15 defscrollback 10000
       
    16 
       
    17 vbell on
       
    18 
    10 # Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
    19 # Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
    11 bindkey "^[[1;5I" next
    20 bindkey "^[[1;5I" next
    12 bindkey "^[[1;6I" prev
    21 bindkey "^[[1;6I" prev
    13 
    22 
    14 # Window numbering starts at 1, not 0.
       
    15 bind c screen 1
       
    16 bind 0 select 10
       
    17 
       
    18 vbell on
       
    19