Screen enable/disable logging in all windows

2010-11-19 1 min read bash Learning Linux
If you use screen command a lot then this is something that you will like 🙂 Screen enable/disable loggin in all windows 1 2 3 <td> <div class="text codecolorer"> bindkey ^l at "#" log on<br /> <br /> bindkey ^o at "#" log off </div> </td> </tr> The command when added in screenrc enables logging all open windows by using the C-l (control-l key combination) and disable by C-o . Continue reading