.screenrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 06 Apr 2012 21:29:39 +0300
changeset 328 3e80c4af5ab6
parent 207 db705bb4344e
child 467 6f8820ca7f1c
permissions -rw-r--r--
Merge my config for mc.ext with system wide as only ~/.config/mc/mc.ext loaded. See bug: https://www.midnight-commander.org/ticket/2772


startup_message off

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

term xterm-256color

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

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

vbell on

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