How to clear scrollback on screen
Brisbane Web Developer

Brisbane Web Developer @brisbanewebdeveloper

About: Web developer; Coding for over last 20 years but the knowledge is General Practitioner Level , not Specialist Level

Location:
Brisbane, Australia
Joined:
Aug 22, 2020

How to clear scrollback on screen

Publish Date: Aug 22 '21
0 0

Sumarry

I wanted to make my Konsole to let me clear scrollback while I am using screen so I googled how to do that.

Answer

~/.screenrc
======
defscrollback 50000

# Press "Ctrl + a", "/" and then "Enter" to clear scrollback
# - Konsole disables the functionality if it is on subshell (= screen)
bind / eval "clear" "scrollback 0" "scrollback 50000"
Enter fullscreen mode Exit fullscreen mode

References

Comments 0 total

    Add comment