mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 02:59:40 +02:00
Now if you want to map a key combination that will both scroll the current screen contents into the scrollback buffer and clear the screen, you can do something like: map ctrl+l combine : clear_terminal scroll active : send_text normal,application \x0c Fixes #1113