startup_message off# Use backtick instead of Ctrl+A.escape ``term xterm-256colorshell bash# If a window goes unresponsive, don't block the whole session waiting for it.nonblock on# Window numbering starts at 1, not 0.bind c screen 1bind 0 select 10# Define a bigger scrollback, default is 100 lines.defscrollback 10000vbell on# Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.bindkey "^[[1;5I" nextbindkey "^[[1;6I" prev