diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-03-08 09:08:01 -0400 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 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 bind c screen 1 defscrollback 16384 escape ^@a +bind H hardcopy -h maptimeout 0 screen 1 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 bind c screen 1 defscrollback 16384 escape ^@a +bind H hardcopy -h maptimeout 0 screen 1 shell /usr/bin/fish |
