问题描述
使用 Cx Co
使用 Mx术语
在Emacs中运行终端模式时,无法切换到另一个缓冲区继续工作在事情上我知道这是可以用 Mx shell
,但是使用这个命令,shell的某些方面不起作用(更少,更多的是手册页等) 。我想知道有没有办法,或者如果使用终端模式,你将被限制在终端打开的缓冲区中,直到你退出。
When running terminal mode in Emacs using M-x term
using C-x C-o
I cannot switch to another buffer to continue working on things. I know that this is possible with M-x shell
but with this command there are certain aspects of the shell that do not work (less, more, man pages, etc...). I was wondering if there is a way around this or if when using terminal mode you are confined to the buffer that the terminal is open in until you exit.
推荐答案
在终端模式下,您必须使用 Cc o
切换到其他缓冲区。 Cc
是终端转义字符
In terminal mode you have to use C-c o
to switch to the other buffer. C-c
is the "terminal escape character"
这篇关于Emacs切换终端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!