How do I clear just the scrollback buffer? #7771
salmankhilji
started this conversation in
General
Replies: 1 comment
-
You need to configure your shell to send that escape code. There are
examples of how to do that in the kitty docs:
https://sw.kovidgoyal.net/kitty/conf/#shortcut-kitty.Reset-the-terminal
|
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
-
I want to clear the scrollback buffer—nothing more, nothing less.
When I run the following command in my terminal, it gives me exactly the behavior I want:
The scrollback is cleared, and my prompt stays in place.
However, when I add the following to my
kitty.conf
:Neither F1 nor F2 produces the desired outcome.
See: #6460
Beta Was this translation helpful? Give feedback.
All reactions