diff --git a/.config/screen/screenrc b/.config/screen/screenrc new file mode 100644 index 0000000..4583e7f --- /dev/null +++ b/.config/screen/screenrc @@ -0,0 +1,21 @@ +startup_message off +maptimeout 5 +# hardstatus +hardstatus off +hardstatus alwayslastline +hardstatus string "%{= b} %S %?%E%{m}%?ESC%{b} %?%P%{m}%?C/P%{b}%= %?%-Lw%?%{m}%n%f %t%?(%u)%?%{-}%?%+Lw%?%= %D %M %d %c" +# caption +caption always +caption string "%?%F%{= m}%:%{= b}%?%=> %n%f %t%? (%u)%? <%=" +# rendition +rendition so "=00" + +bind h focus left +bind j focus down +bind k focus up +bind l focus right + +altscreen on +nonblock on + +termcapinfo foot* ti@:te@