-
Notifications
You must be signed in to change notification settings - Fork 0
/
.screenrc
48 lines (40 loc) · 950 Bytes
/
.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
shell zsh
startup_message off
history 100
autodetach on
defutf8 on # utf8
# scrollback lines
defscrollback 4096
nonblock on
vbell on
vbell_msg ""
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %D %y/%m/%d %c "
# copy and paste
# copy mode: C-a C-[ oder C-a <ESC>
# markieren funktioniert über Marken setzen mit <space> w=word,y=lineend,Y=line
# paste: C-a C-] or here C-a P
bind P paste .
# toggle focus in split screen mode like C-a <TAB>
bind o focus
# jump to other focus in split screen mode
bind j focus down
bind k focus up
bind t focus top
bind b focus bottom
# testen
altscreen on
defflow off
####################
### Key Bindings ###
####################
# add a binding to get an irb session
#bind i screen irb
#######################
### Default Windows ###
#######################
# screen -t shell 0 zsh
# screen -t test 1 zsh
# screen -t server 2 zsh
# select 0