作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 OS X 上,在任何程序中,当我输入 option-p 时,我得到 π
, 选项-P 我得到 ∏
并且有一堆 alt/option 绑定(bind)只返回希腊语和其他特殊字符。
有没有办法禁用它?
目前我正在使用 Auto Pairs VIM plugin它具有以下默认映射:
<M-p> : Toggle Autopairs (g:AutoPairsShortcutToggle)
<M-e> : Fast Wrap (g:AutoPairsShortcutFastWrap)
<M-n> : Jump to next closed pair (g:AutoPairsShortcutJump)
<M-b> : BackInsert (g:AutoPairsShortcutBackInsert)
最佳答案
使用 macmeta
设置::set macmeta
来自 :help 'macmeta'
'macmeta' Use option (alt) as meta key. When on, option-key presses are not interpreted, thus enabling bindings to
<M-..
>. When off, option-key presses are interpreted by the selected input method and inserted as text.
<M-p>
设置映射。 , 但映射使用 Ctrl-v 并按字面意思插入字符
做工作。
关于macos - 如何在 OS X 上不使用特殊字符代替 VIM 的元键组合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11903889/
我是一名优秀的程序员,十分优秀!