# =======================================================
# VARIABLES
# =======================================================
nethack               on
autodetach            on              # Standard: on
crlf                  off             # Standard: off
deflogin              on              # Standard: on
hardcopy_append       on              # Standard: off
startup_message       off             # Standard: on
vbell                 off
defscrollback         100000          # Standard: 100
silencewait           15              # Standard: 30
shell                 bash
activity              "activity in %n (%t) [%w:%s]~"
bell                  "%C -> %n%f %t activity!"
vbell_msg             " *Fuck this bell ;-)* "
#markkeys                                                       "h=^B:l=^F:$=^E"

# ======================================================
# Keybindings
# ======================================================

# Unbind a whole bunch of silly flow control keys
bind s
bind q
bind ^S
bind ^Q

# And then the ones we do want to use
bind h hardcopy
bind P paste          .
bind p  copy
bind ~ activity       "activity in %n (%t) [%w:%s]~"
bind * activity       "activity in %n (%t) [%w:%s]"

# ===============================================================
# TERMCAP and TERMINFO
# ===============================================================

termcapinfo xterm "ve=\E[?25h\E[?17;0;64c"
termcapinfo linux "ve=\E[?25h\E[?17;0;64c"

# ===========================================
# Other bindings
# ======================================================

escape  ^]]

# ===========================================
#       CAPTION
# ===========================================

caption always "%{rw}%n%f %t %{wk} | %?%-Lw%?%{wb}[%n*%f %t]%?(%u)%?%{wk}%?%+Lw%? %{wk}"


# ===========================================
#       HARDSTATUS
# ===========================================

hardstatus alwayslastline "%{+b kr}host: %{kw}%H %{kg} | %c | %{ky}%d.%m.%Y | %{kr}(load: %l)%-0=%{kw}"

# EOF  vim: ts=8 et nowrap