jmcantrell / vim-terminal-command

Functions for running commands in a terminal buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal_command.vim

Provide functions for running commmands in a terminal buffer.

Installation

Install using your favorite package manager, or use Vim's built-in package support:

mkdir -p ~/.vim/pack/default/start
git clone $REPO_URL ~/.vim/pack/default/start/terminal-command
vim -c "helptags terminal-command/doc" -c q

Usage

See :help terminal_command.

License

Copyright (c) Jeremy Cantrell. Distributed under the same terms as Vim itself. See :help license.

About

Functions for running commands in a terminal buffer


Languages

Language:Vim Script 100.0%