mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
event ClearScrollback is now working in reedline / update default config.nu (#5405)
This commit is contained in:
parent
4a69819f9a
commit
3b0151aba6
1 changed files with 7 additions and 0 deletions
|
@ -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 }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue