mirror of
https://github.com/nushell/nushell.git
synced 2025-04-16 17:28:19 +02:00
update edit: cmd: undo syntax (#4826)
This commit is contained in:
parent
ccc85a2979
commit
b342270112
@ -233,7 +233,7 @@ let $config = {
|
|||||||
event: {
|
event: {
|
||||||
until: [
|
until: [
|
||||||
{ send: menupageprevious }
|
{ send: menupageprevious }
|
||||||
{ send: edit, cmd: undo }
|
{ edit: { cmd: undo } }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user