Skip to content

Instantly share code, notes, and snippets.

@yuhua-chen
Created April 17, 2014 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuhua-chen/10956822 to your computer and use it in GitHub Desktop.
Save yuhua-chen/10956822 to your computer and use it in GitHub Desktop.
screen config
#screen setting
#cjkwidth off
startup_message off
#support 256 color
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
#statusbar
caption always "%{=u .r} %-w%<%{=ub .Y}%n %t%{=u .r}%+w "
hardstatus alwaysignore
hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .Y}$USER%{= .R}@%H %=%{= .m} %Y/%m/%d%{= .M} %0c "
#key bind
bind b encoding big5 utf8
bind u encoding utf8 utf8
bindkey -k F1 prev
bindkey -k F2 next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment