# Very pleasant feature of xterm-compatible terminals
altscreen on

# Avoid TIOCSTI-related issues;
# don't change unless all your terminals are immune!
hardstatus ignore
deflogin off
defflow off

# Mark "generic shell" windows with a shortest possible caption
shelltitle ~

# Change to "on" if you don't want to hear terminal beeps;
# needed mostly for people who didn't learn how to use vi :-)
vbell off

# Put your favourite shell here when using $SHELL == "screen"
#shell tcsh

# Unbind rarely needed, but annoying keys
bind x
bind ^x
bind s
bind ^s

# Use ^A= to get full window list
bind = windowlist -b

# Use ^S <digit> for direct selection of windows 10...19
bind -c bigwnum 0 select 10
bind -c bigwnum 1 select 11
bind -c bigwnum 2 select 12
bind -c bigwnum 3 select 13
bind -c bigwnum 4 select 14
bind -c bigwnum 5 select 15
bind -c bigwnum 6 select 16
bind -c bigwnum 7 select 17
bind -c bigwnum 8 select 18
bind -c bigwnum 9 select 19
bindkey "^s" command -c bigwnum

