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

Can not open runner in split window

Open MichaelC001 opened this issue 2 years ago • 3 comments

CleanShot_2023_11_29_221355 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!

MichaelC001 avatar Nov 29 '23 14:11 MichaelC001

@MichaelC001 I suspect you may have to add something like

allow_remote_control yes
listen_on unix:/tmp/kitty

to your kitty.conf in order to get the funky remote control features working.

Having said that, I've got the split popping up now but can't seem to get the runner to send any text over to my new window. 🤔

will-clarke avatar Nov 29 '23 17:11 will-clarke

I was mucking around with this and managed to fix this here https://github.com/jghauser/kitty-runner.nvim/pull/13

No idea if it's actually a good idea to merge this in though - but it works for me 🤷

will-clarke avatar Nov 29 '23 20:11 will-clarke

i got the same problem it opens in a new terminal but not in the splits

lampda avatar Jul 31 '24 19:07 lampda