删除终端中其余行的最有效方法是什么?

What's the most efficient way to delete the rest of the line in Terminal?

如果我是 运行 命令:

vim app/views/posts/new.html.slim

并且我的光标位于 n 字符(在 new 中)。

删除 n 及其后所有字符的最快方法是什么?

ctrlk 这样做,至少在 Ubuntu 和 OS X.