macvim-dev / macvim-dev/macvim
Keyboard layout "U.S. International PC' is not handled correclty
还没有人认领这个 Issue。
- 主要语言
- Vim Script
- 星标
- 7.9k
- 派生
- 691
- PR 合并指标
- 30 天内没有已合并 PR
描述
I have "U.S. International PC" as Keyboard Input Source which means that to produce ä I need to press " followed by a and to produce an actual double quote I have press " followed by space.
To go to a mark like '> I can press '<space>> in vim inside iTerm (terminal emulator) and works fine. When I try the same thing in MacVim it doesn't work. MacVim doesn't seem to recognize this while in normal / operator pending mode,
So '<space>> seems to be interpreted (not sure) as :
- jump to mark called
<space> - then indent.
but it it should be interpreted as "jump to end of last visual selection"
If I type just '>seems to be interpreted as nothing. But the right sequence to type would be '<space>>.
Anyway MacVIm doesn seem to be usable with U.S International PC layout, while vim in iTerm works fine.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,按照报告中的描述,在 MacVim 中重现 U.S. International PC 键盘序列,并将其与 iTerm 中的 Vim 进行比较。没有指定源文件或测试;当用于跳转到最后一个可视选择末尾的序列在 MacVim 的 normal 和 operator-pending 模式下都能正确运行时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- macos, vim
- 领域
- desktop
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100