jghauser / vim-kitty-runner

A simple, vimscript only, command runner for sending commands from vim to the kitty terminal emulator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VKR (Vim Kitty Runner)

Note: This plugin is in an ALPHA state

A simple, vimscript only, command runner for sending commands from vim to the kitty terminal emulator. Inspired heavily by Chris Toomey's vim-tmux-runner.

Usage

VKR provides a handful of commands for managing and interacting with kitty, the terminal emulator. An example of the main command is:

:KittyRunCommand

You can find full docs for the plugin after installation, by running:

:help vim-kitty-runner

Installation

If you don't have a preferred installation method, I recommend using vim-plug:

Plug 'lkemitchll/vim-kitty-runner'

About

A simple, vimscript only, command runner for sending commands from vim to the kitty terminal emulator.

License:MIT License


Languages

Language:Vim Script 100.0%