All Projects → tc50cal → vim-terminal

tc50cal / vim-terminal

Licence: other
A Vim plugin that opens an interactive terminal in a buffer for running programs

Programming Languages

python
139335 projects - #7 most used programming language
Vim Script
2826 projects

Projects that are alternatives of or similar to vim-terminal

vim
个人私用的vim配置
Stars: ✭ 12 (-73.33%)
Mutual labels:  vim-plugin, ide
Vim Buffet
IDE-like Vim tabline
Stars: ✭ 304 (+575.56%)
Mutual labels:  vim-plugin, ide
vim-gnote
make your mailbox as a note place
Stars: ✭ 16 (-64.44%)
Mutual labels:  vim-plugin
zee
A modern text editor for the terminal written in Rust
Stars: ✭ 1,120 (+2388.89%)
Mutual labels:  ide
fzf-hoogle.vim
(neo)vim plugin that uses fzf for previewing hoogle search results
Stars: ✭ 37 (-17.78%)
Mutual labels:  vim-plugin
core
🚀 A framework helps you quickly build Cloud or Desktop IDE products.
Stars: ✭ 2,082 (+4526.67%)
Mutual labels:  ide
bfloader
🧠 Brainfuck IDE and interpreter in 512 bytes. (boot sector)
Stars: ✭ 41 (-8.89%)
Mutual labels:  ide
codemirror-blocks
A library for building language-specific, CodeMirror-friendly editors that are a11y-friendly.
Stars: ✭ 22 (-51.11%)
Mutual labels:  ide
myPDDL
PDDL Syntax Highlighting, Snippets, Domain Visualization and more for Sublime Text
Stars: ✭ 32 (-28.89%)
Mutual labels:  ide
swdc-vim
Track your programming activity in real-time in Vim
Stars: ✭ 19 (-57.78%)
Mutual labels:  vim-plugin
onestatus
an api to customize tmux from vim
Stars: ✭ 82 (+82.22%)
Mutual labels:  vim-plugin
legend-studio
Legend Studio
Stars: ✭ 53 (+17.78%)
Mutual labels:  ide
makestudio
Setup your Delphi Environment very easily - build your projects with more comfort
Stars: ✭ 43 (-4.44%)
Mutual labels:  ide
colon-ide
Colon is a flexible text editor, built on Electron, and based on everything we love about our favorite editors. We are trying to designe it to be fully customizable.
Stars: ✭ 91 (+102.22%)
Mutual labels:  ide
nix-env-selector
Allows switch environment for Visual Studio Code using Nix Package Manager.
Stars: ✭ 154 (+242.22%)
Mutual labels:  ide
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (+464.44%)
Mutual labels:  ide
tails
tails enables you to view, edit, and organize all your programming projects in one place
Stars: ✭ 20 (-55.56%)
Mutual labels:  ide
Devel-Camelcadedb
Perl module for debugging with Perl5 plugin for IntelliJ
Stars: ✭ 23 (-48.89%)
Mutual labels:  ide
vim-commentor
Toggling comments became easier!
Stars: ✭ 29 (-35.56%)
Mutual labels:  vim-plugin
noflo-ui-server
DEPRECATED, see README
Stars: ✭ 62 (+37.78%)
Mutual labels:  ide

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.

vim-terminal

Usage

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

Requirements

Linux

  • Vim or GVim 7.0+ with +python and/or +python3
  • Python 2.3+ and/or 3.x

WINDOWS

  • GVim 7.3 (the official installer from this site)
  • Python 2.7 and/or 3.1

Installation

apt-vim install -y https://github.com/tc50cal/vim-terminal.git



Note

vim-terminal was inspired by Conque

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].