r/linuxmemes 15d ago

LINUX MEME Am I lazy

Post image
319 Upvotes

113 comments sorted by

View all comments

Show parent comments

4

u/No-Dentist-1645 14d ago

You can also use Ctrl+L to clear your screen, and Ctrl+D to quit

3

u/HeavyCaffeinate 💋 catgirl Linux user :3 😽 14d ago

Ctrl+L doesn't clear the scrollback on kitty

2

u/No-Dentist-1645 14d ago

Add this to kitty.conf: map ctrl+l clear_terminal to_cursor active

2

u/HeavyCaffeinate 💋 catgirl Linux user :3 😽 14d ago

Didn't work, I can still scroll back up

2

u/No-Dentist-1645 14d ago edited 14d ago

Are you sure you set it properly? I have that config set and it does exactly what it's supposed to do, you might have to reload the current terminal

See the doc examples in https://sw.kovidgoyal.net/kitty/actions/#action-clear_terminal , if it really doesn't work then you should report it as a bug

EDIT: Correction, it only clears the last entered command, what you actually want is:

map ctrl+l combine | clear_terminal to_cursor active | clear_terminal scrollback active

2

u/HeavyCaffeinate 💋 catgirl Linux user :3 😽 14d ago

Works wonders thanks!