在 Carbon Emacs 中使用 Alt 作为元键,而不是 Apple Command 键

发布于 2024-08-18 00:35:33 字数 216 浏览 12 评论 0原文

任何方式配置 Carbon Emacs 使用 Option 键作为 Meta 键,而不是 Command 键?无论我是在终端中使用 Emacs 还是 Carbon Emacs,我都喜欢拥有一组一致的键绑定。另外,我真的很想在命令-v 上粘贴回来。

Any way to configure Carbon Emacs to use the Option key as a Meta key, rather than the Command key? I like having a consistent set of keybindings no matter if I am using Emacs in a terminal or Carbon Emacs. Also, I really would like Paste back on command-v.

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

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

发布评论

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

评论(2

同尘 2024-08-25 00:35:33

要使用元的 alt 键,请将其添加到您的 init 中文件 ~/.emacs~/.emacs.el~/.emacs.d/init.el

(setq mac-option-modifier 'meta)

如果需要,创建该文件。

要获得苹果风格的复制和粘贴,请将其添加到 init 文件中:

(mac-key-mode 1)

To use the alt key for meta, add this to your init file ~/.emacs, ~/.emacs.el, or ~/.emacs.d/init.el:

(setq mac-option-modifier 'meta)

Create the file if needed.

To get the apple-style copy and paste, add this to the init file:

(mac-key-mode 1)
捶死心动 2024-08-25 00:35:33

另外,请考虑使用:

http://emacsformacosx.com/

Also, consider using this:

http://emacsformacosx.com/

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