码迷,mamicode.com
首页 > 系统相关 > 详细

Emacs打开shell窗口

时间:2020-05-17 01:25:58      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:variable   var   添加   img   取消   -o   htm   otto   窗口   

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窗口

标签:variable   var   添加   img   取消   -o   htm   otto   窗口   

原文地址:https://www.cnblogs.com/jiftle/p/12902952.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!