sponsor Vim development Vim logo Vim Book Ad

vim-terminal : A Vim plugin that opens an interactive terminal in a buffer for running programs

 script karma  Rating 151/60, Downloaded by 1636  Comments, bugs, improvements  Vim wiki

created by
Chad Hughes
 
script type
utility
 
description
vim-terminal 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.

Type :Terminal to run your command in vim, for example:

:Terminal bash
:Terminal mysql -h localhost -u joe -p sock_collection
:Terminal Powershell.exe
:Terminal C:\Python27\python.exe

To open Terminal in a new horizontal or vertical buffer use:

:TerminalSplit <command>
:TerminalVSplit <command>
:TerminalTab <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 Terminal

Note: this plugin was inspired by Conque
 
install details
For the latest use
apt-vim install -y https://github.com/tc50cal/vim-terminal.git

or just extract and merge the zip file into the proper place within your .vim directory.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-terminal-1.0.zip 1.0 2017-12-21 7.0 Chad Hughes Initial upload
ip used for rating: 18.191.46.36

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github