From b3af72ad703e2b665d9c3f413c3fb09bb59b912d Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 22 Jun 2019 16:51:37 +0100 Subject: [PATCH] Add remote control info to .screenrc. --- .screenrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.screenrc b/.screenrc index 97c936b..efa7b70 100644 --- a/.screenrc +++ b/.screenrc @@ -41,3 +41,8 @@ screen 1 bind c screen 1 bind ^c screen 1 bind 0 select 10 + +# Allow remote 'screen' command in all windows. +# aclchg :window: +x "#screen" +# To open a new screen remotely: +# echo -ne "\e]83;screen 1 ^G" # Where ^G is a literal Ctl+G