NOTE I am no longer working on the vimscript version of VKR. I have been working on a NeoVim (Lua) fork of kitty-runner.nvim
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.
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
If you don't have a preferred installation method, I recommend using vim-plug:
Plug 'lkemitchll/vim-kitty-runner'