.screenrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Sep 2011 16:52:38 +0300
changeset 205 a13f2fb04ded
parent 204 fab75ba6b6c9
child 206 e27dc360b685
permissions -rw-r--r--
Use backtick instead of Ctrl+A.


startup_message off

# Use backtick instead of Ctrl+A.
escape ``

# 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

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

vbell on