windows-7 – powershell as gvim(vim):shell

我在 Windows 7机器上,我安装了Gvim(win32版本不是MinGW或类似的东西),我写的是我的_vimrc
set shell=powershell.exe

现在当我输入:shell命令时,它必须打开一个带有powershell的新缓冲区,但它会在新窗口中打开powershell.

问题:有没有办法设置Gvim(配置或插件)在缓冲区(如bash)中打开PowerShell?

>重读以下文档:shell和design-not.从设计引用而不是:

Vim is not a shell or an Operating System. You will not be able to run a
shell inside Vim or use it to control a debugger. This should work the
other way around: Use Vim as a component from a shell or in an IDE.
A satirical way to say this: “Unlike Emacs,Vim does not attempt to include
everything but the kitchen sink,but some people say that you can clean one
with it. ;-)”

>当然,有人不喜欢这个.有一些项目可以在vim中运行shell,最常见的是Conque,它现在有windows支持.请注意,它不适用于unicode.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...