On 30/10/15 20:53, Andrew Holway wrote:
Is it possible to move the screen binding so I can have the best of both worlds?
Indeed it is quite easy. In you ${HOME}/.screenrc file, add the following:
escape ^Zz
This would change your escape sequence to CTRL+Z. I had to do something similar on a server that was running minicom and could not change the escape in minicom as it was used by many for so long that muscle memory would have been a big hill to climb!
ak.