Created
September 6, 2010 01:09
-
-
Save haru01/566500 to your computer and use it in GitHub Desktop.
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
escape ^z^t | |
autodetach on | |
defscrollback 10000 | |
shell -$SHELL | |
shelltitle "$ |zsh" | |
startup_message off | |
bind s # disable keyboard lock | |
# display window names in bottom pane | |
hardstatus on | |
hardstatus alwayslastline "| %w | %u %= %m/%d %D %c" | |
defutf8 on | |
bind 'U' eval "utf8" "stuff 'export LANG=ja_JP.UTF-8\012'" | |
bind 'E' eval "kanji euc" "stuff 'export LANG=ja_JP.EUC\012'" | |
bind 'S' eval "kanji sjis" "stuff 'export LANG=ja_JP.SJIS\012'" | |
vbell off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment