Guest User

Untitled

a guest
Jun 20th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. defutf8 on
  2. defencoding utf8
  3. encoding utf8 utf8
  4.  
  5. startup_message off
  6. vbell off
  7.  
  8. # $ brew tap homebrew/dupes
  9. # $ brew install screen
  10. defbce on
  11. term xterm-256color
  12.  
  13.  
  14. # ステータスライン
  15. hardstatus alwayslastline "%{= cd} %-w%{= wk} %n %t* %{-}%+w %= LoadAVG [%l] "
  16.  
  17. # エスケープキー
  18. escape ^Tt
  19.  
  20. # マウススクロール
  21. termcapinfo xterm* ti@:te@
  22.  
  23. # スクロール行数
  24. defscrollback 10000
  25.  
  26. # vimとかlessとかtigとかのバッファを終了時に消す
  27. altscreen on
  28.  
  29. # デフォルトシェル
  30. shell $SHELL
Add Comment
Please, Sign In to add comment