在屏幕之间切换
我最近才使用 GNU screen。我想知道是否有更简单的方法来切换屏幕。例如将其映射到 alt+左箭头和 alt+右箭头?
I'm using GNU screen just recently. I'm wondering if there is an easier way to switch between screen. for example to map it to alt+left arrow and alt+right arrow ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用bindkey函数绑定屏幕设置(.screenrc)中的键。例如:(
此示例可以在 http://www.pixelbeat.org/lkdb/ 找到screen.html)
You can bind keys in screen settings (.screenrc) using the bindkey function. For example:
(this example can be found at http://www.pixelbeat.org/lkdb/screen.html)