itsNikolay / vim-terminal-dispatch

Vim dispatch commands to Terminal Window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Terminal Dispatch

Send text to terminal window

Demo

Getting Started

  1. Run terminal in split: :vsplit | terminal
  2. Focus window with: <leader>!
  3. Select Command to run: Shift+V
  4. To dispatch command to terminal: Press g

Example

# Works with any shell
ls
echo "hello world"

# Can work with any console
irb

# Finish
exit
# It Works
message = ["hello", "world"].join(" ")
message.split(" ").first

About

Vim dispatch commands to Terminal Window


Languages

Language:Vim Script 100.0%