ホーム > タグ > screenrc
screenrc
screenの設定

- 2010-09-07 (火)
- Linux
自分用のメモです。
##option
#vbell off
#startup_message on
autodetach on
#defscrollback 20000
#hardstatus on
#hardstatus alwayslastline "%w"
hardstatus alwayslastline "%{= wk} %-w%{=b dk} %n %t %{-}%+w %= [%H] %m/%d %c%{-}"
shell -$SHELL
##key bind
escape ^Jj
bind n screen
bind h prev
bind j next
bind l windowlist
##encoding
defkanji utf-8
defencoding utf-8
encoding utf-8 utf-8
##window
screen -t vi 1
screen -t bash 2
screen -t db 3
screen -t server 4
select 1
- Comments: 0
- Trackbacks: 1
Home > Tags > screenrc