Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以某种方式设法将“M”(大写 em)键定义为 sqlplus-mode 中的前缀键,这阻止了我输入 M。
如何在此模式下取消设置此前缀键?
短期修复:
M-x local-set-key M self-insert-command
长期修复,在您的 .emacs 文件中找到定义它的位置。@tripleee 的评论听起来确实像是出了问题的可能候选人。