Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

wkentaro/conque.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conque.vim

This is a mirror of https://code.google.com/p/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.

Website

For more information https://code.google.com/p/conque/.

Screenshots

assets/unix.jpg

assets/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

Installation

NeoBundle (Recommended)

  1. Add the following configuration to your .vimrc.
NeoBundle 'wkentaro/conque.vim'
  1. Install with :NeoBundleInstall.

Manually

  1. Put all files under $VIM.

Pathogen

  1. If you prefer to install plugins using Pathogen.vim.
$ cd ~/.vim/bundle
$ git clone https://github.com/wkentaro/conque.vim

Lisence

Copyright (C) 2009-2011 Nico Raffo
Released under the MIT license

About

[MIRROR] Run interactive commands inside a Vim buffer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published