Vim 窗口中的 Shell 应用程序

发布于 2024-09-26 14:03:41 字数 146 浏览 6 评论 0原文

我正在寻找一种在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦幻的味道 2024-10-03 14:03:41

尝试 conque shell 插件。听起来正是您正在寻找的东西。

Try the conque shell plugin. Sounds like exactly what you're looking for.

时光礼记 2024-10-03 14:03:41

Bram Moolenaar 写道:

在窗口中执行 shell 命令

有人提出问题
在 a 中执行 shell 的可能性
Vim 内的窗口。答案:你
不能!加上这个会增加很多
代码到 Vim,这是一个很好的理由
不要这样做。毕竟,Vim 是一个
编辑器,这是不应该做的
非编辑任务。然而,为了得到
像这样的东西,你可以尝试
分割您的终端屏幕或
显示带有“splitvt”的窗口
程序。您可能可以在以下位置找到它:
一些 ftp 服务器。那个人
Sam Lantinga对此了解得更多
[[电子邮件受保护]]。一个
替代方法是“窗口”命令,
在 BSD Unix 系统上发现,
支持多个重叠窗口。
或者“屏幕”程序,可以在以下位置找到
www.uni-erlangen.de,它支持
窗口堆栈。

来自 Vim:

:help shell-window

Bram Moolenaar writes:

Executing shell commands in a window

There have been questions for the
possibility to execute a shell in a
window inside Vim. The answer: you
can't! Including this would add a lot
of code to Vim, which is a good reason
not to do this. After all, Vim is an
editor, it is not supposed to do
non-editing tasks. However, to get
something like this, you might try
splitting your terminal screen or
display window with the "splitvt"
program. You can probably find it on
some ftp server. The person that
knows more about this is Sam Lantinga
[[email protected]]. An
alternative is the "window" command,
found on BSD Unix systems, which
supports multiple overlapped windows.
Or the "screen" program, found at
www.uni-erlangen.de, which supports a
stack of windows.

From Vim:

:help shell-window

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文