Created
April 17, 2014 06:10
-
-
Save yuhua-chen/10956822 to your computer and use it in GitHub Desktop.
screen config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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