# Allow virtual alternate screen altscreen on # detach on hangup autodetach on # status line at the bottom of terminal # display numbers and titles: # for inactive windows - black on cyan # for active window - white on blue hardstatus alwayslastline hardstatus string "%{= ck}%-w%{= bw}%n %t%{-}%+w %-=" # set every new windows hardstatus line to somenthing descriptive # defhstatus "screen: ^E (^Et)" # Increase scroll buffer defscrollback 1000 # emulate .logout message pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended." # make the shell in every window a login shell deflogin on shell -$SHELL # don't display the copyright page startup_message off ################ # # xterm tweaks # ################ # # other terminals # ################ # # keybindings # # remove some stupid / dangerous key bindings bind h bind ^h bind k bind ^k bind z bind ^z bind . bind \\ bind ^\ # on backspace send ^H #bindkey -d -k kb stuff "\010"