Vim 窗口中的 Shell 应用程序
我正在寻找一种在 vim 窗口中启动控制台应用程序的方法。
所以我可以打开 python & php 交互式 shell 就在其中。这会非常方便。
我想要类似的东西
:10 sp !python
I'm searching a way to start console application in vim window.
So I could open python & php interactive shell in it. It would be very handy.
I want something like
:10 sp !python
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 conque shell 插件。听起来正是您正在寻找的东西。
Try the conque shell plugin. Sounds like exactly what you're looking for.
Bram Moolenaar 写道:
在窗口中执行 shell 命令
来自 Vim:
:help shell-window
Bram Moolenaar writes:
Executing shell commands in a window
From Vim:
:help shell-window