i m 安装在视窗7 机器上,i ve 安装了Gvim(双双版不是MinGW或某种东西),i 书写在我_vimrc
set shell=powershell.exe
现在,当有人指挥时,它必须打开新的缓冲地带,在其中拥有权力,而是在一个新窗口上打开权力。
问题:是否有办法将Gvim(组合或gin)置于缓冲地带(如巴什)的开放式电荷?
i m 安装在视窗7 机器上,i ve 安装了Gvim(双双版不是MinGW或某种东西),i 书写在我_vimrc
set shell=powershell.exe
现在,当有人指挥时,它必须打开新的缓冲地带,在其中拥有权力,而是在一个新窗口上打开权力。
问题:是否有办法将Gvim(组合或gin)置于缓冲地带(如巴什)的开放式电荷?
阅读<代码>: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. ;-)"
当然,有些人不喜欢这样做。 有一些项目使得有可能在体内排出炮弹,最著名的是。 现在有窗口支助。 注:它不使用单编码。
Is it possible to update vim plugins automatically?
How can I configure vim to autowrite buffers after switching with alt-tab to another application?
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....
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 ...
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 ...
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 ...
Whenever I start a shell in vim using :sh, it doesn t source my ~/.bashrc file. How can I get it to do this automatically?
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 ...