kitty-runner.nvim icon indicating copy to clipboard operation
kitty-runner.nvim copied to clipboard

A neovim plugin allowing you to easily send lines from the current buffer to another kitty terminal

Results 9 kitty-runner.nvim issues
Sort by recently updated
recently updated
newest added

Would be great to have vim docs

I am writing a PR in my fork to allow buffer local ports for the kitty terminal, and extending all the lua functions to take a port argument, thus you...

It would be useful to be able to add options to the `KittyOpenRunner` command. For example, specifying a kitty layout or running a shell command via the kitty option `cmdline:`...

My intended usage is to open up a REPL in the runner, and open up neovim to edit files in my current kitty window. I pipe lines from my editor...

Uses escape chars to properly insert multiline strings. This prevents REPLs like `ipython` from modifying the inserted buffer in undefined ways. See: https://github.com/jpalardy/vim-slime/blob/a532203bcd7af7f5e571c07b60bba7287076dc19/doc/vim-slime.txt#L124C2-L124C38

![CleanShot_2023_11_29_221355](https://github.com/jghauser/kitty-runner.nvim/assets/90915827/0365ddfd-a38f-4b2b-b761-e97be096daae) with this conifg,I can not open runner in a new window, I want to run ipython on the current split window on the right. This plugin is amazing!

I've no idea if this actually works / breaks other OS flows / with a different setup, but this works for me ¯\_(ツ)_/¯

I'm on linux with i3wm and nushell. When i open and close runner with commands everything is ok, but after i close it manually with e.g. pressing in shell or...