2006-10-12から1日間の記事一覧

screenrc

GNU screenのも。 escape ^Tt hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w" #hardstatus ignore "%w | %h" #caption always " %{= wk} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wb}%y/%m/%d(%D) %{=b wb}%c" vbell off shell zsh autodetach on …

zshrc

いろいろいじったので忘れないように残しておく。 # bindkey -v # vi key bindings bindkey -e # emacs key bindings # bindkey ' ' magic-space # also do history expansion on space ## shell functions #setenv() { export $1=$2 } # csh compatibility …