-
Notifications
You must be signed in to change notification settings - Fork 2
/
screenrc
44 lines (35 loc) · 1.26 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
33
34
35
36
37
38
39
40
41
42
43
startup_message off
defscrollback 1000
# Enable scrolling back with the mouse wheel
terminfo xterm* ti=:te=
# Cycle through windows with Ctrl+Tab and Shift+Ctrl+Tab
# MinTTY sends "\e[1;5I" for Ctrl+Tab and "\e[1;6I" for Ctrl+Shift+Tab.
bindkey "^[[1;5I" next
bindkey "^[[1;6I" prev
bindkey "^w" kill
bindkey "^t" screen 1
# An alternative hardstatus to display a bar at the bottom listing the
# # windownames and highlighting the current windowname in blue. (This is only
# # enabled if there is no hardstatus setting for your terminal)
hardstatus on
hardstatus alwayslastline
# hardstatus string "%{.kW}%-w%{.W}%n %t%{-}%{=b kw}%?%+w%? %=%c %d/%m/%Y" #B&W & date&time
hardstatus string '%{= kG}%-Lw%{= gK}%50> %n*%f %t%{= kG}%+Lw%< %{= kG}%-=%D %m/%d/%y | %C:%s %A | %1`%{-}'
#screen -t VIM
#screen -t Git
#screen -t Console
#screen -t Server
# Display a caption string below, appearing like tabs and
# # displaying the window number and application name (by default).
# caption always
# caption string "%{kw}%-w%{wr}%n %t%{-}%+w"
screen -t roslyn1 1 bash
screen -t roslyn2 2 bash
screen -t roslyn3 3 bash
screen -t roslyn4 4 bash
screen -t roslyn5 5 bash
#screen -t issue-3 6 bash
#screen -t fix-4 7 bash
#screen -t issue-4 8 bash
#screen -t fix-5 9 bash
#screen -t issue-5 10 bash