In emacs, I can create a shell using M-xshell.
But how can I create multiple shell?
I did
- M-x
shellRET - C-x52
- M-x
shellRET
It gives me back to shell in Step #1. How can I create multiple independent shell?
|
In emacs, I can create a shell using M-x I did
It gives me back to shell in Step #1. How can I create multiple independent shell? |
||||
|
|
|
One way is to rename your shell buffers:
Now you have 2 shell windows, one named "sh1" and the other "*shell*". |
|||
|
|
|
C-hf
An alternative is to use |
|||
|
|