无法在 Screen 的 CA Esc 模式下将 HJKL 绑定到 DLTH

发布于 2024-07-19 05:10:57 字数 254 浏览 7 评论 0原文

我希望我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

z祗昰~ 2024-07-26 05:10:57

屏幕有一个 markkeys 配置选项,可让您重新映射回滚模式中使用的键。

以下代码使 Screen Dvorak 在 .screenrc 中变得友好

 markkeys h=d:j=h:k=t:l=n 

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

 markkeys h=d:j=h:k=t:l=n 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文