|
Last change
on this file since 945 was
945,
checked in by dkg, 5 years ago
|
|
cereal: fixed typo in comment in cereal screenrc
|
|
File size:
1.7 KB
|
| Line | |
|---|
| 1 | # default screenrc file for cereal screen sessions |
|---|
| 2 | |
|---|
| 3 | ############################################################# |
|---|
| 4 | ### IMPORTANT CEREAL SETTINGS BELOW. MODIFY WITH CAUTION ### |
|---|
| 5 | |
|---|
| 6 | # use C-\ as the escape character |
|---|
| 7 | escape \034\034 |
|---|
| 8 | |
|---|
| 9 | # necessary for cereal logging to work properly |
|---|
| 10 | logfile ./socket |
|---|
| 11 | logfile flush 1 |
|---|
| 12 | |
|---|
| 13 | # unset important key bindings |
|---|
| 14 | ## prevent external command execution |
|---|
| 15 | bind : |
|---|
| 16 | ## prevent opening new windows |
|---|
| 17 | bind c |
|---|
| 18 | bind ^c |
|---|
| 19 | ## prevent ability to turn off logging |
|---|
| 20 | bind H |
|---|
| 21 | ## prevent terminal reset |
|---|
| 22 | bind Z |
|---|
| 23 | ## unset kill commands, sincepreference is to "detach") |
|---|
| 24 | ## (should unset "quit" too, or is it useful to have a backup "kill"?) |
|---|
| 25 | bind ^k |
|---|
| 26 | bind k |
|---|
| 27 | bind K |
|---|
| 28 | bind \ |
|---|
| 29 | bind \\ |
|---|
| 30 | bind ^\ |
|---|
| 31 | ## no lockscreen: |
|---|
| 32 | bind ^x |
|---|
| 33 | bind x |
|---|
| 34 | ## no monitor, prev, next: |
|---|
| 35 | bind M |
|---|
| 36 | bind ^@ |
|---|
| 37 | bind n |
|---|
| 38 | bind ^N |
|---|
| 39 | bind ' ' |
|---|
| 40 | bind ^H |
|---|
| 41 | bind ^P |
|---|
| 42 | bind p |
|---|
| 43 | bind ^? |
|---|
| 44 | # no number: |
|---|
| 45 | bind N |
|---|
| 46 | # no clear: |
|---|
| 47 | bind C |
|---|
| 48 | # no displays or dumptermcap: |
|---|
| 49 | bind * |
|---|
| 50 | bind . |
|---|
| 51 | # no window switching: |
|---|
| 52 | bind - |
|---|
| 53 | bind 0 |
|---|
| 54 | bind 1 |
|---|
| 55 | bind 2 |
|---|
| 56 | bind 3 |
|---|
| 57 | bind 4 |
|---|
| 58 | bind 5 |
|---|
| 59 | bind 6 |
|---|
| 60 | bind 7 |
|---|
| 61 | bind 8 |
|---|
| 62 | bind 9 |
|---|
| 63 | ## no window splitting: |
|---|
| 64 | bind S |
|---|
| 65 | # no title change |
|---|
| 66 | bind A |
|---|
| 67 | # no remove |
|---|
| 68 | bind X |
|---|
| 69 | # no windows: |
|---|
| 70 | bind ^w |
|---|
| 71 | bind w |
|---|
| 72 | # no suspend: |
|---|
| 73 | bind ^z |
|---|
| 74 | # no focus: |
|---|
| 75 | bind ^i |
|---|
| 76 | # no windowlist: |
|---|
| 77 | bind \" |
|---|
| 78 | |
|---|
| 79 | # set default shell to be /bin/false |
|---|
| 80 | # this is a little redundant with unsetting the create new window keys |
|---|
| 81 | shell /bin/false |
|---|
| 82 | |
|---|
| 83 | # set a nice, informative caption |
|---|
| 84 | #caption always "%{= bw}%f %{+b w}cereal console %{-b}(\"C-\ d\" to detach) %= %{+b y}%t%{-b w} %= %Y-%m-%d %c" |
|---|
| 85 | caption always "%{= bw}%f %{+b w}cereal console: %{+b y}%t%{-b w} %= %Y-%m-%d %c %= %{-b}\"C-\ d\" to detach" |
|---|
| 86 | |
|---|
| 87 | startup_message off |
|---|
| 88 | defscrollback 1024 |
|---|
| 89 | |
|---|
| 90 | ### IMPORTANT CEREAL SETTINGS ABOVE. MODIFY WITH CAUTOIN ### |
|---|
| 91 | ############################################################# |
|---|
Note: See
TracBrowser
for help on using the repository browser.