mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
remove cmd from edit (#4840)
This commit is contained in:
@ -247,7 +247,7 @@ let $config = {
|
||||
event: {
|
||||
until: [
|
||||
{ send: menupageprevious }
|
||||
{ edit: { cmd: undo } }
|
||||
{ edit: undo }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user