拆分vim窗口

如何在同一窗口中安装 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.

相关文章

解决方案:解决linux下vim乱码的情况:(修改vimrc的内容)全...
Linuxvi/vim所有的UnixLike系统都会内建vi文书编辑器,其他的...
      vim正则匹配:空行:/^$/  /^[\t]*$/注释...
$select-editorSelectaneditor.Tochangelater,run'sele...
上次手贱忘了保存,这次就简单做个备忘吧,把踩过的坑记一下...
Linux之文本编译器小结vim的优势所有的UNIX-LIKE习通都会内置...