Skip to content

Commit 4466aaf

Browse files
nicoraffovim-scripts
authored andcommitted
Version 2.0: See above
1 parent e6c6eb0 commit 4466aaf

15 files changed

+4915
-1440
lines changed

README

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2771
22

3-
Conque is a Vim plugin allowing users to execute and interact with programs, typically a shell such as bash, inside a buffer window. The goal is always to keep the terminal behavior as close as possible to its native interface, while adding the additional features of Vim on top.
3+
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.
44

55
== WEBSITE ==
66

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

99
== SCREENSHOTS ==
1010

11-
http://Conque.googlecode.com/svn/wiki/screenshot/colors.jpg
12-
http://Conque.googlecode.com/svn/wiki/screenshot/mysql.jpg
13-
http://Conque.googlecode.com/svn/wiki/screenshot/send.jpg
14-
http://Conque.googlecode.com/svn/wiki/screenshot/shells.jpg
11+
http://Conque.googlecode.com/svn/wiki/screenshot/unix.jpg
12+
http://Conque.googlecode.com/svn/wiki/screenshot/windows.jpg
1513

1614
== USAGE ==
1715

1816
Type :ConqueTerm <command> to run your command in vim, for example:
1917

2018
:ConqueTerm bash
2119
:ConqueTerm mysql -h localhost -u joe -p sock_collection
22-
:ConqueTerm ipython
20+
:ConqueTerm Powershell.exe
21+
:ConqueTerm C:\Python27\python.exe
2322

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

0 commit comments

Comments
 (0)