Skip to content

Instantly share code, notes, and snippets.

@alecchen
Created November 27, 2009 02:45
Show Gist options
  • Save alecchen/243792 to your computer and use it in GitHub Desktop.
Save alecchen/243792 to your computer and use it in GitHub Desktop.
# Look and feel
#caption always "%{= 11}%{+b w}Screen: %n | %h %=%t %c"
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
# Our warning of activity
activity "Activity in %t(%n)"
# Left 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment