.screenrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Sep 2011 16:50:53 +0300
changeset 204 fab75ba6b6c9
parent 203 83fcc395ccc5
child 205 a13f2fb04ded
permissions -rw-r--r--
vbell on


startup_message off

# If a window goes unresponsive, don't block the whole session waiting for it.
nonblock on

# Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
bindkey "^[[1;5I" next
bindkey "^[[1;6I" prev

# If a window goes unresponsive, don't block the whole session waiting for it.
defnonblock on

# Window numbering starts at 1, not 0.
bind c screen 1
bind 0 select 10

vbell on