在 emacs 中禁用或重新映射紧急逃生?

发布于 2024-11-05 18:01:38 字数 215 浏览 1 评论 0原文

是否可以在控制台中禁用紧急逃生功能emacs,或者将其重新映射到另一个组合键?我有一个坏习惯,就是在导航时多次点击 Cg,而且当我的连接速度很慢时,有时会被转储到 shell,这很令人沮丧。

Is it possible to disable the emergency escape feature in console emacs, or remap it to another key combination? I have a bad habit of hitting C-g multiple times while navigating, and it's frustrating to get dumped out to a shell sometimes when I'm on a slow connection.

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

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

发布评论

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

评论(1

莳間冲淡了誓言ζ 2024-11-12 18:01:38

您随时可以通过接听来取消紧急逃生n 到两个提示

您可以调用 set-input-modeset-quit-char 更改退出字符。您可以将 Cg 保留为 keyboard-quit 绑定,以仅转移紧急退出功能。

我认为你不能关闭紧急退出字符,只需重新分配它即可。由于它必须是单个字符,因此不会留下许多替代位置来放置它。

You can always cancel the emergency escape by answering n to both prompts.

You can call set-input-mode or set-quit-char to change the quit character. You could leave C-g bound to keyboard-quit to only divert the emergency quit functionality.

I don't think you can turn off the emergency quit character, just reassign it. And since it has to be a single character, that doesn't leave many alternate places to put it.

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