diff options
Diffstat (limited to '.screenrc')
-rw-r--r-- | .screenrc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.screenrc b/.screenrc deleted file mode 100644 index 8beaf4c..0000000 --- a/.screenrc +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # the following two lines give a two-line status, with the current window highlighted | ||
2 | hardstatus alwayslastline | ||
3 | hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]' | ||
4 | |||
5 | # huge scrollback buffer | ||
6 | defscrollback 5000 | ||
7 | |||
8 | # no welcome message | ||
9 | startup_message off | ||
10 | |||
11 | # 256 colors | ||
12 | attrcolor b ".I" | ||
13 | termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' | ||
14 | defbce on | ||
15 | |||
16 | # mouse tracking allows to switch region focus by clicking | ||
17 | mousetrack on | ||
18 | defmousetrack on | ||
19 | |||
20 | # default windows | ||
21 | # get rid of silly xoff stuff | ||
22 | bind s split | ||
23 | |||
24 | |||
25 | # Use X scrolling mechanism | ||
26 | termcapinfo xterm* ti@:te@ | ||
27 | |||