Amazon Q is causing paste to hang in an unsupported terminal emulator #240
Unanswered
injust
asked this question in
Known bugs
Replies: 1 comment
-
Shouldn't Amazon Q just...do nothing in unsupported terminals? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I paste several long lines, the terminal locks up completely. This happens in Ghostty terminal (which Amazon Q doesn't even support) with fish shell, and happens if Amazon Q is open or exited completely.
I am mitigating this by editing Amazon Q's scripts in
~/.config/fish/conf.d/
to addif status is-interactive; and test "$TERM_PROGRAM" = vscode
. But every time I reboot and Amazon Q starts, it overwrites these files.Beta Was this translation helpful? Give feedback.
All reactions