# don't show the annoying startup message
startup_message off

# put some information into the status line of each window
hardstatus alwayslastline "%{= .B}%-Lw %{= .W}%50>%n%f*%t %{= .B}%+Lw%< %{.B}%=%H: %l"
#                          ^^^^^^^^^^^
# print all window numbers/titles up to the current window in light blue
#                                      ^^^^^^^    ^^^^^^^
# print in light white: the window number, flags and title
#                                             ^^^^                   ^^
# limit the enclosed part to max. 50% line width
#                                                         ^^^^^^^^^^^
# print in light blue: the rest of the window numbers/titles
#                                                                       ^^^^^^^^^^^^^
# at the right end of the display, print the host name and the system load.


# alt-N selects window N
bindkey ^[` select 0
bindkey ^[1 select 1
bindkey ^[2 select 2
bindkey ^[3 select 3
bindkey ^[4 select 4
bindkey ^[5 select 5
bindkey ^[6 select 6
bindkey ^[7 select 7
bindkey ^[8 select 8
bindkey ^[9 select 9
bindkey ^[0 select 10

# use normal xterm screen buffer, nor the alternate screen buffer. this enables
# xterm's scrollback buffer
termcapinfo xterm|xterms|xs|rxvt ti@:te@

