Skip to content

critterjohnson/vim-kitty-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-kitty-runner

Easily interact with kitty from vim

KittyRunner is inspired by vimux, a plugin that facilitates easy interaction between tmux and vim. The kitty terminal remotes the need for a terminal multiplexer like tmux, and in fact does not play well with them, but there was no good vim plugin for running commands in a vimux-style runner from within kitty.

By default, when you call KittyRunner it will create a new kitty window (note that this is the kitty definition of window - like a pane in tmux, not an OS window). All further commands run with KittyRunner will run in this same kitty window.

Installation

With vim-bundle: vim-bundle install critterjohnson/vim-kitty-runner

With Vundle: Plugin 'critterjohnson/vim-kitty-runner' in your .vimrc

With Vim8 plugin support:

git submodule add https://github.com/critterjohnson/vim-kitty-runner.git ~/.vim/pack/plugins/start/vim-kitty-runner

About

Easily interact with kitty from vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published