Emacs打开shell窗口

Posted 快乐的GTD吧

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Emacs打开shell窗口相关的知识,希望对你有一定的参考价值。

spacemacs可以通过shell layer实现单独开一个终端窗口

问题:

  1. 这个终端窗口打开的vim的del功能不管用, 在MacOS下

 

在.spacemacs中取消shell layer的注释,用 M-m f e R 安装

重启emacs后,来使用一下:

打开shell

M-m ‘

打开了一个小窗口,是shell

这个默认高度比例真心舒服,赞一个!

技术图片

 

清除shell

C-c M-o

默认使用eshell

在layer设置的地方,添加一行设置

     (shell :variables
            shell-default-height 30
            shell-default-shell ‘eshell
            shell-default-position ‘bottom)

以上是关于Emacs打开shell窗口的主要内容,如果未能解决你的问题,请参考以下文章

Emacs shell 模式在缓冲区中打开文件

如何在使用 emacs for erlang 编译时节省键盘操作时间?

Emacs常用指令

在 Emacs 中 C-x 2/3 时如何立即跳转到另一个窗口

如何更改分屏emacs窗口的大小?

emacs中,怎么样将文件列表中的文件在另一个窗口打开?