Unexpected text is inserted into the buffer after running shell command #8606
-
SummaryAfter running certain shell commands text like Reproduction StepsI tried this:
I expected this to happen: Instead, this happened: Helix log~/.cache/helix/helix.log
PlatformmacOS Terminal Emulatorkitty terminal Helix Versionhelix 23.05 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you give some examples of commands that do this? Without a reproduction case this is very difficult to debug |
Beta Was this translation helpful? Give feedback.
-
Either setup a unix socket for kitty remote control or make sure helix is not doing any I/O to the tty while kitten @ is running, because kitten @ does I/O to the tty in the absence of a remote control socket. |
Beta Was this translation helpful? Give feedback.
Either setup a unix socket for kitty remote control or make sure helix is not doing any I/O to the tty while kitten @ is running, because kitten @ does I/O to the tty in the absence of a remote control socket.