LoginSignup
1
2

More than 3 years have passed since last update.

Emacs内部でshellを複数起動する

Posted at

emacs内でshellを起動する際に

M-x shell

で起動していましたが、これでは単一shellしか開けません。

スクリーンショット 2020-05-28 18.28.24.png

複数のshellを開きたい場合は

C-u M-x shell

👆上記を実行すると
Shell buffer (default *shell*<2>): などと表示されるので、選択します。
*shell*<2>のバッファ名で開きます。

スクリーンショット 2020-05-28 18.31.42.png

2つ以上のshellを開くことができました👏
(画像は4つ目のshellです)

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2