From 55258fe5cb8f17e45d7ee95659fc6001b9d0487c Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 9 Feb 2013 11:09:52 -0600 Subject: [PATCH] .screenrc: Misc comment clean-up --- .screenrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.screenrc b/.screenrc index b285473..6f022d9 100644 --- a/.screenrc +++ b/.screenrc @@ -29,7 +29,7 @@ backtick 0 30 30 sh -c 'screen -ls | grep --color=no -o "$PPID[^[:space:]]*"' # ------------------------------------------------------------------- # allow 256 colors -attrcolor b ".I" # allow bold colors +attrcolor b ".I" # use bright colors for bold text termcapinfo xterm* 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground defbce on # erase background with current bg color @@ -78,8 +78,9 @@ bind ^K bind \\ bind ^\ -# add some useful key bindings +# easier windowlist bind ' ' windowlist -b +# shift+0-9 to select screens 10-19 bind ')' select 10 bind '!' select 11 bind '@' select 12 -- 2.43.0