Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
escape ^\' 给了我这个错误:
.screenrc:缺少 ' 引用。
如何转义单引号,以便 C-' (而不是 Ca)可以成为我的屏幕转义键?
我认为这样的事情应该有效:escape "^''"
escape "^''"
但我无法在我的系统上对其进行测试,因为^'在终端中似乎是作为普通'的底层进程发送的。