-
-
Notifications
You must be signed in to change notification settings - Fork 990
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
Issuing remote control commands from inside tmux session #2338
Comments
There can be no listen to tmux. tmux is probably filtering out the kitty If you must then you will need to setup --listen-to with a unix or tcp |
@aasutossh Were you able to find a solution for this? I'm facing the same problem |
@GuilhermedeAndrade no, I didn't. Removed kitty, and used alacritty for a long time. |
This makes me sad. |
That makes two of us. But I guess it "makes sense"... we don't get bold=bright color support either in the name of pedanticism vs practicality. |
I am trying to change color scheme of kitty from inside of tmux session.
I have enabled remote control by specifying
allow_remote_control yes
inkitty.conf
.I get the following error:
TimeoutError: Timed out while waiting to read command response. Make sure you are running this command from within the kitty terminal. If you want to run commands from outside, then you have to setup a socket with the --listen-on command line flag.
How do I set the
--listen-on
to listen to tmux?The text was updated successfully, but these errors were encountered: