From 762059566fe38a9b0cd3a007cb9ced22deee1314 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Fri, 6 Sep 2024 20:42:21 +0200 Subject: [PATCH] drop support for GNU Screen --- etc/screenrc | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 etc/screenrc diff --git a/etc/screenrc b/etc/screenrc deleted file mode 100644 index c612561..0000000 --- a/etc/screenrc +++ /dev/null @@ -1,26 +0,0 @@ -defutf8 on -autodetach on -startup_message off -defscrollback 10240 - -# scroll through scrollback -termcapinfo xterm* ti@:te@ - -# use current bg color for erased chars -defbce on - -# remapping dangerous keybindings -bind k -bind ^k -bind . -bind ^\ -bind \\ -bind ^h -bind h -bind 'K' kill -bind 'I' login on -bind 'O' login off -bind '}' history - -# drop scrollback command -bind '/' eval "scrollback 0" "scrollback 15000"