Add remote control info to .screenrc.

This commit is contained in:
Darren 'Tadgy' Austin 2019-06-22 16:51:37 +01:00
commit b3af72ad70

View file

@ -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 <cmd>^G" # Where ^G is a literal Ctl+G