The problem Clearing the screen on the terminal is quite finicky. The behaviour on some emulators (Ghostty, Kitty & co.) is massively different than say on iTerm2 or the macOS built-in Terminal.app. You see, I tend to use the command clear, which is aliased to c in my case. Now, I like to keep the scrollback buffer intact. Using clear, the scrollback is only preserved so far by iTerm2 and the Terminal.app. In all the other emulators that I’ve tried so far, the scrollback gets cut off – fr...