English 中文(简体)
权力:
原标题:powershell as gvim(vim) :shell

i m 安装在视窗7 机器上,i ve 安装了Gvim(双双版不是MinGW或某种东西),i 书写在我_vimrc

set shell=powershell.exe

现在,当有人指挥时,它必须打开新的缓冲地带,在其中拥有权力,而是在一个新窗口上打开权力。

问题:是否有办法将Gvim(组合或gin)置于缓冲地带(如巴什)的开放式电荷?

最佳回答
  1. 阅读<代码>:shell 和设计-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. ;-)"

  2. 当然,有些人不喜欢这样做。 有一些项目使得有可能在体内排出炮弹,最著名的是。 现在有窗口支助。 注:它不使用单编码。

问题回答

暂无回答




相关问题
Autoupdate VIM Plugins?

Is it possible to update vim plugins automatically?

how to unindent in vim without leaving edit mode?

I m writing a lot of python code recently, and i used the tab-to-space mode in vim. I was just wondering how would i unindent in vim without leaving edit mode for example after i finished if...: block....

Scrolling inside Vim in Mac s Terminal

I ve been googling around trying to figure out if it s possible to use my mouse wheel to scroll while inside Vim in Mac s Terminal, with no luck. It seems as if only X11 or iTerm support this. Before ...

Vim - Deleting XML Comments

How do I delete comments in XML? If the opening and the closing comment tags are on the same line, I use :g/^<!--.*-->$/d to delete the comment. How to delete the comments that are spread ...

Limiting a match in vim to certain filetypes?

I have the following in my .vimrc to highlight lines longer than 80 chars: highlight OverLength ctermbg=red ctermfg=white guibg=#592929 match OverLength /\%81v.*/ This works quite well. However, the ...

Profiling Vim startup time

I’ve got a lot of plugins enabled when using Vim – I have collected plugins over the years. I’m a bit fed up with how long Vim takes to start now, so I’d like to profile its startup and see which of ...

热门标签