forked from mattly/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
screenrc
41 lines (31 loc) · 787 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
# ~/.screenrc
startup_message off
shelltitle ''
shell /bin/zsh
# because we like C-a is useful as 'goto beginning of line'
# instead we use C-z to enter commands
escape ^Zz
# remove some stupid/dangerous key bindings
bind k
bind ^k
bind ^\
bind \\
bind ^h
# a is title instead of A
bind a title
# . is windowlist, in recent order
bind '.' windowlist -b -m
# comma enters command mode, so much easier to type
bind , colon
# switching windows should be easier than ^-Shift-i
bind s focus
# always show the caption
# caption always "%?%F%{.R.}%?%3n %t%?"
caption splitonly
hardstatus alwayslastline
hardstatus string "%{kbW}%-w%{.rW}%n %t%{-}%+w %=%{kbW} %H %m/%d %0c:%s"
term xterm-256color
termcapinfo xterm*|rxvt*|kterm*|Eterm* ti@:te@
altscreen on
encoding UTF-8
screen -t hi