Published in: Bash
# turn off the annoying startup message startup_message off # change meta key to ctrl+w (ctrl+a goes to start of line by default) escape "^Ww" # scrollback for default windows defscrollback 50000 # warn of activity activity "Activity in %t(%n)" termcapinfo xterm-color 'hs:ts=\E]2;:fs=\007:ds=\E]0;screen\007' # set status line in window title hardstatus string "%h" caption always "%-Lw%{= kW}%50> %n%f* %t %{-}%+Lw%<" # set left and right meta key mods #ALT-,. and ALT-<> bindkey "^[<" eval number !echo $WINDOW-1|bc bindkey "^[>" eval number !echo $WINDOW+1|bc bindkey "^[," prev bindkey "^[." next
You need to login to post a comment.
