This repository was archived by the owner on Dec 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.screenrc
More file actions
51 lines (44 loc) · 1.25 KB
/
.screenrc
File metadata and controls
51 lines (44 loc) · 1.25 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
attrcolor b ".I"
term "screen-256color"
termcapinfo xterm ti@:te@
defbce "on"
#
# Green text, time, and date; windows in blue:
caption always "%{= wk} %{= KY} [%n]%t @ %H %{-} %= %{= KR} %l %{-} | %{= KG} %Y-%m-%d %{-} "
# hardstatus alwayslastline "%{=b}%{G} Screen(s): %{b}%w %=%{kG}%C%A %D, %M/%d/%Y "
hardstatus alwayslastline " %-Lw%{= Bw}%n%f %t%{-}%+Lw %=| %0c:%s "
## =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #
#### Some general options ##
## Turn off start message:
startup_message off
# Set messages timeout to one second:
msgwait 1
##
## =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #
##
## Keybindings ##
##
# bind <F7> to detach screen from this terminal
# bind <F8> to kill current session
# bind <F10> to create a new screen
# bind <F9> to rename an existing window
# bind <F11> to move to previous window
# bind <F12> to move to next window
#bind ' ' windowlist -b
#bindkey -k k7 kill
#bindkey -k k8 detach
# space in keyboard
#bindkey -k k; screen
#bindkey -k k9 title
#bindkey -k F1 prev
#bindkey -k F2 next
##Byobu compatible
bindkey -k k6 detach
# space in keyboard
bindkey -k k2 screen
bindkey -k k8 title
bindkey -k k3 prev
bindkey -k k4 next
#escape ^``
#escape ^}}
escape ^\\