Emacs 中使用 shell

时间:2023-03-09 05:43:20
Emacs 中使用 shell

直接在 Emacs 中使用 shell 能增加一点效率。Emacs 本身支持的 shell 相关的命令很多,此处化繁为简,只用一条足够了。

M-x shell:将打开一个名为 * shell * 的 buffer,之后可以像 terminal 中一样使用了。

效果如下,

Emacs 中使用 shell