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
I expected Atuin to display history, edit the most recent command, display search results for that command, and then exit back to the shell.
What happened?
Atuin behaves as expected until Esc is pressed. Then, the terminal is blank except for the cursor and does not respond to any keypresses, even Ctrl+C.
I'm able to reproduce the issue consistently as follows:
In terminal A, start sh or otherwise temporarily disable Atuin in that terminal only, to avoid automatically restarting the daemon.
In terminal A, kill the Atuin daemon, e.g., with pkill -x atuin.
In terminal B, press Ctrl+R, then Tab, then Ctrl+R, then Esc.
I also experienced this issue immediately after installing Atuin, without ever killing the daemon, so it seems like the relevant factor is more whether the daemon is running rather than whether it has been killed per se.
What did you expect to happen?
I expected Atuin to display history, edit the most recent command, display search results for that command, and then exit back to the shell.
What happened?
Atuin behaves as expected until Esc is pressed. Then, the terminal is blank except for the cursor and does not respond to any keypresses, even Ctrl+C.
I'm able to reproduce the issue consistently as follows:
shor otherwise temporarily disable Atuin in that terminal only, to avoid automatically restarting the daemon.pkill -x atuin.I also experienced this issue immediately after installing Atuin, without ever killing the daemon, so it seems like the relevant factor is more whether the daemon is running rather than whether it has been killed per se.
Here's a screen recording of the issue:
atuinbug.mp4
Atuin doctor output
Code of Conduct