summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042026-03-08 09:08:01 -0400
committerkj_sh6042026-03-08 09:08:01 -0400
commit8fd3aed7cce00fc222c0366ca6f835b1bcda71ab (patch)
tree73ba77b2165307aa587823a53c38d4c00a88af30
parent1f971d4f8c538e999ea262c25996ec04ed6caf6f (diff)
refactor: add new GNU screen bind
-rw-r--r--.config/screen/screenrc1
-rw-r--r--.config/screen/screenrc-if-tty1
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
7bind c screen 1 7bind c screen 1
8defscrollback 16384 8defscrollback 16384
9escape ^@a 9escape ^@a
10bind H hardcopy -h
10maptimeout 0 11maptimeout 0
11screen 1 12screen 1
12shell /usr/bin/fish 13shell /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
9bind c screen 1 9bind c screen 1
10defscrollback 16384 10defscrollback 16384
11escape ^@a 11escape ^@a
12bind H hardcopy -h
12maptimeout 0 13maptimeout 0
13screen 1 14screen 1
14shell /usr/bin/fish 15shell /usr/bin/fish