无法在 Screen 的 CA Esc 模式下将 HJKL 绑定到 DLTH
我希望我的 Zsh 在 Screen 中对 Dvorak 友好。
我正在尝试在 Zsh 中进行以下绑定,以便我可以在移动时以 Ctl-a Esc 模式使用它们,但
h => d
j => l
k => t
l => n
我还没有找到任何方法来做到这一点。
如何在屏幕中进行以下键绑定,以便我可以在 CA Esc 模式下使用它们?
I want my Zsh to be Dvorak friendly in Screen.
I am trying to make the following bindings in Zsh such that I can use them in Ctl-a Esc mode in moving
h => d
j => l
k => t
l => n
I have not yet found any ways to do that.
How can you make the following keybindings in Screen, such that I can use them in the mode C-A Esc?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
屏幕有一个
markkeys
配置选项,可让您重新映射回滚模式中使用的键。以下代码使 Screen Dvorak 在 .screenrc 中变得友好
Screen has a
markkeys
configuration option that lets you remap the keys used in scrollback mode.The following code makes Screen Dvorak friendly in .screenrc