.screenrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Sep 2011 16:50:14 +0300
changeset 203 83fcc395ccc5
parent 195 e7703ed69e4e
child 204 fab75ba6b6c9
permissions -rw-r--r--
Window numbering starts at 1, not 0.


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