Skip to content

Instantly share code, notes, and snippets.

@haru01
Created September 6, 2010 01:09
Show Gist options
  • Save haru01/566500 to your computer and use it in GitHub Desktop.
Save haru01/566500 to your computer and use it in GitHub Desktop.
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