Uma maneira é renomear seus buffers de shell:
- M-x shell
- M-x renomear o buffer RET sh1 RET
- M-x shell
Agora você tem 2 janelas shell, uma chamada "sh1" e a outra "* shell *".
No emacs, posso criar um shell usando M-x shell
.
Mas como posso criar vários shell?
eu fiz
shell
RET
shell
RET
Isso me retorna ao shell na Etapa 1. Como posso criar múltiplos shell independentes?
C-h f shell
RET
(shell &optional BUFFER)
[snip]
If BUFFER exists but shell process is not running, make new shell.
If BUFFER exists and shell process is running, just switch to BUFFER.
M-x shell
RET :: Crie um novo shell ou mude para
um shell existente.
C-u M-x shell
RET :: Peça um
nome do buffer, crie um novo shell se necessário e mude para
buffer.
Uma alternativa é usar term.el
com multiterm .
Tags emacs