mac 中的快捷方式是什么,用于删除留给光标的文本,直到终端中行的开头

What is the shortcut in mac to remove text left to the curser till the start of the line in terminal

例如,我在终端中输入 "aaa bbb",然后将光标放在 "aaa" 和 "bbb" 之间。我很确定有一个快捷方式可以在一次操作中删除 "aaa" 有人知道它是什么吗?

在 windows 上是 Ctrl + Delete

在 Mac 将是 Command + Delete