# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # ### Based on Brad Sims' dotfile ( 25/06/2004) # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # hardstatus alwayslastline "%{=}%{G}[ %{G}%H %{g}][ Screen(s): %{w}%w %=%{kG}][ Load: %l ][ %c %D, %d.%m.%Y ]" # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # ## Some general options ## # Turn off start message: startup_message off # Set messages timeout to one second: msgwait 1 # Error messages nethack style - yay! nethack on # Default scrollback size defscrollback 5000 # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # ## Keybindings ## # bind F7 to detach screen session from this terminal # bind F8 to kill current screen window. # bind F9 to create a new screen # bind F10 to rename current screen window # bind F11 to move to previous window # bind F12 to move to next window bindkey -k k7 detach bindkey -k k8 kill bindkey -k k9 screen bindkey -k k; title bindkey -k F1 prev bindkey -k F2 next # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #