.screenrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 28 Jun 2012 00:33:27 +0300 (2012-06-27)
changeset 468 4a28df9cf5f0
parent 467 6f8820ca7f1c
child 472 75161fbbc814
permissions -rw-r--r--
Ignore hidden files.

startup_message off

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

term xterm-256color

shell bash

# Autodetach session on hangup instead of terminating screen completely.
autodetach on

# 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 1
bind 0 select 10

# Define a bigger scrollback, default is 100 lines.
defscrollback 10000

vbell on

# Tell screen to ignore the case of characters in searches.
ignorecase on

# No flow control, e.g. ^S and ^Q.
defflow off

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