diff options
| author | kj_sh604 | 2026-03-08 09:08:01 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-08 09:08:01 -0400 |
| commit | 8fd3aed7cce00fc222c0366ca6f835b1bcda71ab (patch) | |
| tree | 73ba77b2165307aa587823a53c38d4c00a88af30 | |
| parent | 1f971d4f8c538e999ea262c25996ec04ed6caf6f (diff) | |
refactor: add new GNU screen bind
| -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 |
