mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-08 13:50:19 +08: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