gpt4 book ai didi

macos - 如何在 OS X 上不使用特殊字符代替 VIM 的元键组合

转载 作者:行者123 更新时间:2023-12-04 05:19:36 28 4
gpt4 key购买 nike

在 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)

当这个特殊输入打开时,我似乎不能使用这些和其他基于元键的 VIM 映射。

编辑

来自 this cnet article ,实际上我需要知道如何禁用页面底部显示的特殊输入。

最佳答案

使用 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.



显然这是一个 MacVim-only 设置。

在 Terminal.app 设置中有一个设置为“使用选项作为元键”,在键盘选项卡下禁用例如选项-p 打印 π。您可能需要启动一个新的终端窗 Eloquent 能看到效果。但由于某种原因,即使在禁用此功能后,我也无法为 <M-p> 设置映射。 , 但映射使用 Ctrl-v 并按字面意思插入字符 工作。

关于macos - 如何在 OS X 上不使用特殊字符代替 VIM 的元键组合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11903889/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com