mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 00:38:23 +01:00
remove ctrl-l from config.nu (#5415)
This commit is contained in:
parent
bb27b9f371
commit
9a8e939cbe
@ -383,12 +383,5 @@ 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 New Issue
Block a user