【发布时间】:2016-01-05 11:37:22
【问题描述】:
帮助模式下总是有链接,这些链接应该由<return> 按钮输入。由于我将<return> 按钮重新映射到indent-and-new-line,因此我无法再输入链接。我想为输入按钮找到正确的按键映射。
Help mode defined in `help-mode.el' (`help-mode'):
Major mode for viewing help text and navigating references in it.
Entry to this mode runs the normal hook `help-mode-hook'.
Commands:
key binding
--- -------
C-c Prefix Command
TAB forward-button
(that binding is currently shadowed by another mode)
RET help-follow
(that binding is currently shadowed by another mode)
ESC Prefix Command
SPC scroll-up-command
我从描述模式中获得了帮助。我尝试了help-follow,但它不起作用。正确的键绑定应该是什么?
【问题讨论】:
标签: emacs keymaps minor-mode