vim 中的 Keymap/lmap 和递归映射

发布于 2024-12-07 05:57:09 字数 378 浏览 0 评论 0原文

我正在使用键盘映射在 vim 中输入非拉丁字符。就像这样:set keymap=Russian-jcukenwin。例如,将 q 映射到 й 并将 @ 映射到 "。问题是我既不能重新定义/删除这样的使用 lmap/lunmap 映射也不定义递归映射,例如将 " 映射到其他内容(这会破坏 vim-latexsuite 中的所有映射,让我伤心)。

我现在唯一的想法是不要手动使用 keymap - 和 lmap 所有键。

那么,有没有更好的解决方法呢?

I'm using a keymap to type non-latin characters in vim. Like that: set keymap=russian-jcukenwin. E.g. that maps q to й and @ to ". The problem is that I can neither redefine/remove such mapping with lmap/lunmap nor define a recursive mapping, e.g. to map " to something else (and that breaks all mappings in vim-latexsuite and makes me sad).

The only idea I've got now is not to use keymap - and lmap all the keys manually.

So, is there any better workaround?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文