-
-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature req: clear scroll buffer action #2081
Comments
For me, the |
Interesting. While it technically solves my request it takes a full 1s to return whereas a purpose built method should be near instant and would not frustrate the typical impatient user. |
Fair. reset does a lot of things and deliberate calls |
Nice, I am putting this in my bashrc right now: This does the requested operation instantly on |
For me |
Interesting. On my machine, In fact, the function you want is already is already integrated in zellij and can be triggered by writing the correct escape sequences to the terminal. For example, like I attached the sequence below for convenience, you can |
One of the terminal features I use often that I feel would make sense in zellij is clearing a pane's scrollback buffer. I do a lot of multi system management and clear my buffer every time I switch to a new task. This is less work than restarting the terminal (or in zellij replacing the current pane).
The text was updated successfully, but these errors were encountered: