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.
非常基本的问题,我在谷歌中找不到答案。
如何在 emacs 中输入搜索字符串而不使用鼠标将光标放在“命令行”中?有这个组合键吗?
我的意思是:
Cs,[按一些键],[插入搜索字符串],回车。并找到了字符串。
I-Search您可以使用在 Minibuffer 中的 : 后面粘贴文本
I-Search
C-y
因此,您可以使用 标记C-Space、复制M-w、搜索C-s和粘贴您的选择C-y。
你用的是什么版本的emacs?在我的版本中,如果我按 Cs,我的光标(真正的光标,而不是在 textarea 上闪烁的光标)设置在«命令行»上。
您可以在 Cs 后按 Enter,然后您可以在那里输入任何内容。