-
Notifications
You must be signed in to change notification settings - Fork 2
/
screenrc
65 lines (50 loc) · 1.82 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# -*- mode: conf; -*-
#+DEST=$HOME/
#+FNAME=.screenrc
defshell /bin/bash
# Set the default window name to
shelltitle "$ |bash"
startup_message off
vbell off
defutf8 on
defscrollback 1024
nonblock on
# Fix stupid screen overwriting
altscreen on
# erase background with current bg color
defbce "on"
# Some decryption hints:
# %{= KW} background light black (aka dark gray) with foreground light white
# %{= wb} background dark white (ake light gray) with foreground dark blue
# %-Lw all windows before the current window.
# %n%f %t current window number, flags and title.
# %+Lw all windows after the current window.
# %-= pad remaining spaces.
# %H hostname.
# %M%d %s month and day (MmmDD) and current time (HH:MM).
# hardstatusline
# hardstatus on
# hardstatus alwayslastline
# hardstatus string "%{= gk}%-Lw%{= rW}%50> %n%f* %t %{-}%+Lw%< %= %{= Gk} %H %{= rW} %l %{= Gk} %0c %M%d %{-}"
# hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}'
# hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%<'
# hardstatus string "%{.kG}%-Lw%{.KW}%n%f %t%{-}%+Lw %=%{..G} %H %{..W} %d/%m %C%a "
caption always "%{= gk}%-Lw%{= rW}%50> %n%f* %t %{-}%+Lw%< %= %{= Gk} %H %{= rW} %l %{= Gk} %0c %M%d %{-}"
# caption always "%{= KW}%-Lw%{= wb}%n %t %{= KW}%+Lw %-=| ${USER}@%H | %M%d %c%{-}"
# caption always '%{= dg} %H %{G}| %{B}%l %{G}|%=%?%{d}%-w%?%{r}(%{d}%n %t%? {%u} %?%{r})%{d}%?%+w%?%=%{G}| %{B}%M %d %c:%s '
# Detach on hangup
autodetach on
#startups
#--------
# screen -t emacs emacs -nw
screen -t plot 2
screen -t emacs 3
screen -t misc 4
screen -t shell 1
# Use C-z instead of C-a as this makes more sense for Emacs
escape ^za
# with corresponding settings in .Xresources file
# Ctrl-Tab
bindkey "^[[27;5;9~" next
# Ctrl-Shift-Tab
bindkey "^[[27;6;9~" prev