-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kitty terminal support #26
Conversation
closes #21 |
should mention I haven't implemented the 'previous' binding yet, that one may be more difficult. |
Thanks for working on this. One thing that I am concerned about is the inclusion of python files inside the plugin. These are anyway required to be copied into kitty's config directory, so how about moving these files to wiki and giving proper instruction on how to use them? Also, I am shocked to see that we need to do these kinds of shenanigans just to move b/w kitty panes. 🤷🏼 |
Will do! I figured they're would be some issues with shipping python files, and having to do some post-install dance to get them in the right place (which would end up causing you a bunch of support noise). Yeah, this experience made me switch to wezterm over kitty permanently, just so I could have these sorts of things done directly in my lua config file. |
@numToStr done. I'll keep an eye on issues and help out if there's any issues with it. |
@numToStr anything else you'd like done? |
Hi. Thanks for an awesome plugin. |
It's sad to say but looks like it won't be merged any soon. I still use your fork and it works just fine. |
@numToStr if you're not going to maintain this any longer, could you add me as maintainer? in the meantime if others are looking for the kitty support, it's on my fork, which I use and plan to maintain and improve. |
@craigmac as I understand you are maintainer now. Nice to see it's won't be abandoned anymore. Please let us know when it's good time to switch to main package. Or maybe we should continue using your fork. I'm using fork for a long time and no problems so far. Thank you for your work both. @numToStr @craigmac |
Or maybe I got this wrong. Looks like the PR was just decided by the author. So I'll stick to continue using fork then. |
If this is accepted, I'll add to the same wiki page that shows wezterm
instructions on how you need to setup kitty for this to work.
Python files in are required to be in ~/.config/kitty/ folder to be found by
kitty @ kitten ...
calls. Additionally,~/.config/kitty/kitty.conf
must contain:on macOS
or if using Linux:
and the bindings of course, in
~/.config/kitty/kitty.conf
macos_option_as_alt
is only required if you want to bind anyalt+
on macOS kitty.