加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

拆分vim窗口

发布时间:2020-12-15 18:40:09 所属栏目:安全 来源:网络整理
导读:如何在同一窗口中安装 vim和控制台?例如,我将 vim窗口分成多个窗口(垂直或水平).我想要的是在左侧有代码窗口,在右侧有解释器或控制台或其他任何东西,所以我可以轻松地在它们之间切换.这是如何运作的?那里有什么东西吗? 您可能正在寻找GNU Screen. 从这个t
如何在同一窗口中安装 vim和控制台?例如,我将 vim窗口分成多个窗口(垂直或水平).我想要的是在左侧有代码窗口,在右侧有解释器或控制台或其他任何东西,所以我可以轻松地在它们之间切换.这是如何运作的?那里有什么东西吗?
您可能正在寻找GNU Screen.

从这个tutorial

Splitting the screen in half
horizontally

Screen has the ability to split the
window into two or more half
horizontal windows. This feature will
enable you,for example,to work in a
half screen,while viewing the system
resources (“top”) in the remaining
half.

To split the screen in two,first
create two screen sessions. Then press
Ctrl+a S which will split the screen
in half,giving you a session on the
top that you’re already using and a
blank session at the bottom.

To move to the bottom half,press Ctrl+a,then the TAB key.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读