januswel / dotfiles

software setting files

This URL has Read+Write access

dotfiles / .screenrc
100644 59 lines (48 sloc) 1.473 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# .screenrc
# Maintainer: janus_wel <janus.wel.3@gmail.com>
# Last Change: 2009/11/11 04:40:41.
 
# general {{{1
# for safety
autodetach on
 
# encodings
# default encoding for new window
defencoding UTF-8
 
# window settings {{{1
# default lines of scroll-backing for new window
defscrollback 10000
 
# display {{{1
startup_message off
 
# bell {{{2
# ring bell by termcap setting
bell_msg "^G"
# not use visual bell
vbell off
 
# caption {{{2
# display caption to show informations about windows, load average and time, at any time
# %{= wb} : bg is white and fg is blue
# %-w : number and title at left ( younger ) pos of current window
# %{=bu dr} : attributes are bold and underline, bg is default and fg is red
# %n : window number
# %t : window title
# %{-} : color is before ( bg is white and fg is blue)
# %+w : number and title at right ( older ) pos of current window
# %= : filling characters
# %{=b wk} : attribute is bold, bg is white and fg is black
# [%l] : load of system
# %{=b wb} : attribute is bold, bg is white and fg is blue
# %Y/%m/%d : YYYY/mm/dd
# %c : now time (24 hours)
caption always "%{= wb} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wk} [%l] %{=b wb}%y/%m/%d %c"
 
# key settings {{{1
# use ctrl+j to handling screen
escape ^Jj
 
# bindings
bind n screen
bind h prev
bind l next
bind b windowlist
 
# for xfce terminal
defbce "on"
term xterm-256color
 
# }}}
# vim: ts=4 sw=4 sts=0 et fdm=marker fdc=3