当我在 emacs 中运行 revert-buffer 时,它显示:
You can run the command `revert-buffer' with s-u
我之前从未见过以 s- 开头的按键绑定。那是什么键?
我的 emacs 版本是 black.local 上 2010-05-08 的 GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29)
更新:现在我明白为什么我不明白了s-u
。这是 aquaemacs 添加的东西。安装 aquaemacs 后我做的第一件事就是(setq mac-command-modifier 'meta)
让它按我期望的方式工作。
答案1
这是超级键,类似于Meta
。更多信息这个 StackOverflow 答案。