From 7e61708d722121baaaa0d0dac8e689203b26bdd3 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 26 Sep 2020 23:16:38 -0400 Subject: [PATCH] cleanup: Remove screen/screenrc I haven't used screen in ages, and I looking over this config, I'm no longer certain how useful / safe any of it is (I mean hardcoding $TERM isn't usually the right thing to do...) --- screen/screenrc | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 screen/screenrc diff --git a/screen/screenrc b/screen/screenrc deleted file mode 100644 index 1464df7..0000000 --- a/screen/screenrc +++ /dev/null @@ -1,27 +0,0 @@ -# My basic screenrc. -# -# Thrown together from various stack overflow tips & tricks - -# Set the $TERM to be screen-256color -term screen-256color - -# Faster timout = faster escape in Vim -maptimeout 30 - -# truecolor (hopefully) -truecolor "on" - -# Allow bold colors (don't delete) -attrcolor b ".I" - -# Tell screen how to set colors. AB = background, AF=foreground -termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' - -# All cleared characters (from erase/clear, etc) displayed in CURRENT bg -# NOT in the default background -defbce "on" - -# Status line stuff -hardstatus alwayslastline -shelltitle 'bash' -hardstatus string '%{= G}[ %{G}%H %{g}][%= %{= w}%?%-Lw%?%{= R}%n*%f %t%?%{= R}(%u)%?%{= w}%+Lw%?%= %{= g}][ %{y}Load: %l %{g}][ %{= w}%m/%d/%Y %0C:%s%a%{g} ]' -- libgit2 0.28.4