diff options
| -rw-r--r-- | .config/screen/screenrc | 1 | ||||
| -rw-r--r-- | .config/screen/screenrc-if-tty | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/screen/screenrc b/.config/screen/screenrc index 1b3234b..616c3ee 100644 --- a/.config/screen/screenrc +++ b/.config/screen/screenrc | |||
| @@ -7,6 +7,7 @@ bind 0 select 10 | |||
| 7 | bind c screen 1 | 7 | bind c screen 1 |
| 8 | defscrollback 16384 | 8 | defscrollback 16384 |
| 9 | escape ^@a | 9 | escape ^@a |
| 10 | bind H hardcopy -h | ||
| 10 | maptimeout 0 | 11 | maptimeout 0 |
| 11 | screen 1 | 12 | screen 1 |
| 12 | shell /usr/bin/fish | 13 | shell /usr/bin/fish |
diff --git a/.config/screen/screenrc-if-tty b/.config/screen/screenrc-if-tty index bda773f..f19979c 100644 --- a/.config/screen/screenrc-if-tty +++ b/.config/screen/screenrc-if-tty | |||
| @@ -9,6 +9,7 @@ bind 0 select 10 | |||
| 9 | bind c screen 1 | 9 | bind c screen 1 |
| 10 | defscrollback 16384 | 10 | defscrollback 16384 |
| 11 | escape ^@a | 11 | escape ^@a |
| 12 | bind H hardcopy -h | ||
| 12 | maptimeout 0 | 13 | maptimeout 0 |
| 13 | screen 1 | 14 | screen 1 |
| 14 | shell /usr/bin/fish | 15 | shell /usr/bin/fish |
