-
Notifications
You must be signed in to change notification settings - Fork 0
/
.screenrc
41 lines (36 loc) · 947 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
caption always "%{= kw}[ %H$HOST_POSTFIX ] %{= kw}%-w%{= G}%n %0L=%t%+020<%{-}%+w %-= %{G}%c:%s"
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #
#
# ## Some general options ##
#
# # Turn off start message:
startup_message off
#
# # Set messages timeout to one second:
msgwait 1
maptimeout 100
#
# # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #
#
# ## Keybindings ##
#
# # bind F7 to detach screen session from this terminal
# # bind F8 to kill current screen window.
# # bind F9 to create a new screen
# # bind F10 to rename current screen window
# # bind F11 to move to previous window
# # bind F12 to move to next window
bindkey -k k7 detach
bindkey -k k8 kill
bindkey -k k9 screen
bindkey -k k; title
bindkey -k F1 prev
bindkey -k F2 next
bindkey ";2P" prev
bindkey ";2Q" next
#
#
vbell on
vbell_msg " Wuff ---- Wuff!! "
termcapinfo xterm* ti@:te@
altscreen on