mirror of
https://github.com/akelge/zsh
synced 2025-08-15 14:28:35 +00:00
Moved to Vundle
Adopted vim-templates plugin, instead of homegrown skeleton
This commit is contained in:
32
vim/bundle/Conque-Shell/README
Normal file
32
vim/bundle/Conque-Shell/README
Normal file
@ -0,0 +1,32 @@
|
||||
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 <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>
|
||||
:ConqueTermVSplit <command>
|
||||
:ConqueTermTab <command>
|
||||
|
||||
All text typed in insert mode will be sent to your shell. Use the <F9> key to send a visual selection from any buffer to the shell.
|
||||
|
||||
For more help type :help ConqueTerm
|
||||
|
Reference in New Issue
Block a user