forked from sontek/homies
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_screenrc
33 lines (27 loc) · 1.02 KB
/
_screenrc
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
# j'aime quand ça parle
verbose on
# pour activer tout le temps le multiuser
multiuser on
# avec la sonnerie audible meme depuis les autres fenetres
bell "Bell in window %^G"
# sonnerie visuelle on
vbell on
# on enleve le copyright au lancement, ca saoule a force quand meme
startup_message off
# je veux un scrollback consequent (de 10 000 lignes)
defscrollback 10000
# Maintenant on va "decorer" screen et le rendre un peu plus utilisable
caption always "%{wk}%h %=%c"
hardstatus alwayslastline "%{=b}%{G}Screen(s): %{w}%-Lw%n%f* %t%{-}%{w}%+Lw%=%{G}Connected to %H"
activity "Activity in %t(%n)"
#Changement du bind pour killer un screen
bind k
bind 'K' kill
#Naviguer entre les fenetres avec 'space
bind ' ' windowlist -b
#256 colors
#term screen-256color
attrcolor b ".I" # allow bold colors - necessary for some reason
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground
defbce on # use current bg color for erased chars
termcapinfo xterm ti@:te@:XT