event ClearScrollback is now working in reedline / update default config.nu (#5405)

This commit is contained in:
Michael Angerman 2022-05-02 00:20:24 -07:00 committed by GitHub
parent 4a69819f9a
commit 3b0151aba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -383,5 +383,12 @@ let-env config = {
mode: [emacs, vi_normal, vi_insert]
event: { send: menu name: commands_with_description }
}
{
name: clear_backbuffer
modifier: control
keycode: char_l
mode: emacs
event: { send: ClearScrollback }
}
]
}