Created
February 6, 2013 06:35
-
-
Save hiroshi/4720773 to your computer and use it in GitHub Desktop.
This file contains 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
escape ^Tt | |
#bind ^q quit | |
startup_message off | |
bell 'bell in window[%]' | |
hardstatus alwayslastline "[%Lw]%=%H %d%M(%D)%c" | |
defscrollback 100000 | |
defencoding UTF-8 | |
defutf8 on | |
# ^T b: send copied text scrollback to pbcopy | |
bind b eval "writebuf" "exec sh -c 'pbcopy < /tmp/screen-exchange'" | |
#But, this hides C-F and C-B, page-up and down commands | |
#markkeys "h=^B:l=^F:j=^N:k=^P:0=^A:$=^E:^B=" | |
# 2009-8-12 | |
# Let scrollbar works (http://blog.s21g.com/articles/1047) | |
# But, it don't work for me... | |
termcapinfo xterm* ti@:te@ | |
# screen 1 | |
# screen 2 | |
# screen 3 | |
# screen 4 | |
# screen 5 | |
# screen 6 | |
# screen 7 | |
# screen 8 | |
# screen 9 | |
# http://d.hatena.ne.jp/shunsuk/20090326/1238064816 | |
termcapinfo xterm* ti@:te@ | |
# http://rvm.beginrescueend.com/workflow/screen/ | |
# no need to do this because of .zshenv is read after all | |
# shell -${SHELL} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment