5 ms·
The PTY proxy looks pretty neat! Excited to give that a try. Losing some of the scrollback was a minor nuisance that I kind of lived with until now.
by thehours 6mo ago
The PTY proxy looks pretty neat! Excited to give that a try.
Losing some of the scrollback was a minor nuisance that I kind of lived with until now.
- ilvez 6mo agoI've always felt this fullscreen was too much for actual use. Eager to try it out.
- ilvez 6mo agoJust for random passers by: I was using: eval "$(atuin init zsh --disable-up-arrow)" Now need to workaround: eval "$(atuin hex init | sed 's/atuin init zsh/atuin init zsh --disable-up-arrow/')" Probably should create a issue in tracker to point out that this use-case is currently not supported :)
- thehours 6mo agoUpdate: I gave it a try and it does exactly what I hoped. However one (minor) annoyance I immediately realized was that with `hex` enabled I will get this warning whenever I close the terminal window: > The terminal still has a running process. If you close the terminal the process will be killed. Hopefully there is a workaround for this (I'm using then Ghostty emulator).