Conque-Shell
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Run interactive commands inside a Vim buffer
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2771

Conque is a Vim plugin which allows you to run interactive programs, such as bash on linux or powershell.exe on Windows, inside a Vim buffer. In other words it is a terminal emulator which uses a Vim buffer to display the program output. 

== WEBSITE ==

For more information http://code.google.com/p/conque/

== SCREENSHOTS ==

http://Conque.googlecode.com/svn/wiki/screenshot/unix.jpg
http://Conque.googlecode.com/svn/wiki/screenshot/windows.jpg

== USAGE ==

Type :ConqueTerm  to run your command in vim, for example:

:ConqueTerm bash
:ConqueTerm mysql -h localhost -u joe -p sock_collection
:ConqueTerm Powershell.exe
:ConqueTerm C:\Python27\python.exe

To open ConqueTerm in a new horizontal or vertical buffer use:

:ConqueTermSplit 
:ConqueTermVSplit 
:ConqueTermTab 

All text typed in insert mode will be sent to your shell. Use the  key to send a visual selection from any buffer to the shell.

For more help type :help ConqueTerm


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。