
conque
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.
Updates
Version 2.3 released (2011-09-02)
Bugfix release.
http://code.google.com/p/conque/downloads/list'>Conque 2.3 available for download.
Installation
Full installation instructions
Usage
Type :ConqueTerm <command>
to run your command in vim, for example:
:ConqueTerm bash
:ConqueTermSplit mysql -h localhost -u joe -p sock_collection
:ConqueTermTab Powershell.exe
:ConqueTermVSplit C:\Python27\python.exe
Full manual
Screenshots
http://Conque.googlecode.com/svn/wiki/screenshot/unix.jpg'>http://Conque.googlecode.com/svn/wiki/screenshot/unix.jpg' width='250' />
http://Conque.googlecode.com/svn/wiki/screenshot/windows.jpg'>http://Conque.googlecode.com/svn/wiki/screenshot/windows.jpg' width='250' />
Contact
For questions or comments email nicoraffo at gmail.com
.