Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 598 Bytes

conqueShell.wiki

File metadata and controls

20 lines (13 loc) · 598 Bytes

http://code.google.com/p/conque/wiki/Usage#2._Usage

USAGE

Type :ConqueTerm <command></command> 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 <command></command>
ConqueTermVSplit <command></command>
ConqueTermTab <command></command>
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