All Projects → vim-scripts → Conque Shell

vim-scripts / Conque Shell

Run interactive commands inside a Vim buffer

Labels

Projects that are alternatives of or similar to Conque Shell

Vimfiles
My Vim configuration
Stars: ✭ 201 (-16.6%)
Mutual labels:  viml
Csapprox
Make gvim-only colorschemes work transparently in terminal vim
Stars: ✭ 215 (-10.79%)
Mutual labels:  viml
Config files
My config files (aka dotfiles)
Stars: ✭ 222 (-7.88%)
Mutual labels:  viml
8cc.vim
C Compiler written in Vim script
Stars: ✭ 205 (-14.94%)
Mutual labels:  viml
Vim Auto Save
Automatically save changes to disk
Stars: ✭ 213 (-11.62%)
Mutual labels:  viml
Phpcomplete Extended
A fast, extensible, context aware autocomplete plugin for PHP composer projects with code inspection features.
Stars: ✭ 218 (-9.54%)
Mutual labels:  viml
Vim Packager
Vim plugin manager that utilizes "jobs" and "pack" features.
Stars: ✭ 197 (-18.26%)
Mutual labels:  viml
Flappyvird Vim
Stars: ✭ 236 (-2.07%)
Mutual labels:  viml
Goldenview.vim
Always have a nice view for vim split windows!
Stars: ✭ 214 (-11.2%)
Mutual labels:  viml
Vim Maximizer
Maximizes and restores the current window in Vim.
Stars: ✭ 220 (-8.71%)
Mutual labels:  viml
Vim Distinguished
A dark vim color scheme for 256-color terminals.
Stars: ✭ 205 (-14.94%)
Mutual labels:  viml
Vim Kalisi
The colorscheme with neovim in mind
Stars: ✭ 207 (-14.11%)
Mutual labels:  viml
Autocomplpop
Automatically opens popup menu for completions
Stars: ✭ 219 (-9.13%)
Mutual labels:  viml
Vim Go
Go development plugin for Vim
Stars: ✭ 14,085 (+5744.4%)
Mutual labels:  viml
Vim Yoink
Vim plugin that maintains a yank history to cycle between when pasting
Stars: ✭ 225 (-6.64%)
Mutual labels:  viml
Vifm.vim
Vim plugin that allows use of vifm as a file picker
Stars: ✭ 197 (-18.26%)
Mutual labels:  viml
Fuzzyfinder textmate
A vim script that extends the fuzzyfinder plugin to support TextMate style file searches (e.g. cmd-T) (Unmaintained now, see http://weblog.jamisbuck.org/2009/1/28/the-future-of-fuzzyfinder-textmate)
Stars: ✭ 216 (-10.37%)
Mutual labels:  viml
Dotfiles
My dotfiles
Stars: ✭ 238 (-1.24%)
Mutual labels:  viml
Vim Gocode
A Go bundle for Vundle or Pathogen
Stars: ✭ 232 (-3.73%)
Mutual labels:  viml
Sachet
Handcraft your development environment
Stars: ✭ 221 (-8.3%)
Mutual labels:  viml

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].