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.
输入 Cx Cb 后,会出现一个新窗口,显示当前打开的缓冲区……这很简单。但是我怎样才能只使用我的键盘切换到其中一个呢?现在我必须移动鼠标点击我感兴趣的一个,这看起来很愚蠢:(
谢谢!
它是一个带有一些特殊绑定的标准只读缓冲区。先用 切换到窗口C-x o,然后可以用n,浏览缓冲区p。在新窗口中打开一个RET。如果需要,您甚至可以搜索缓冲区。
C-x o
n
p
RET
检查ido 模式。实际上,类似的问题已经被问过很多次了。