You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E474: Unidentified byte: Error: open /dev/tty: device not configured^@
E474: Failed to parse Error: open /dev/tty: device not configured^@
E474: Failed to parse Error: open /dev/tty: device not configured^@
use command line in other terminal to call kitty kitty --listen-on=unix:$TMPDIR/kitty -o allow_remote_control=yes
In new kitty terminal, it's working
Issue
Why I must use command line manually instead of configure in kitty.conf ?
The text was updated successfully, but these errors were encountered:
If you read the help of the listen_on configuration directive it will
tell you that when specified in the conf file the actual socket name
will be modified to include process pid since the configuration applies
to all kitty instances while the command line flag applies to a single
instance.
Describe the bug
I use jukit vim and it need to set listen_on new kitty window.
The issue and screenshots also in here
To Reproduce
Steps to reproduce the behavior:
kitty.conf
kitty --listen-on=unix:$TMPDIR/kitty -o allow_remote_control=yes
Issue
Why I must use command line manually instead of configure in
kitty.conf
?The text was updated successfully, but these errors were encountered: