the <c-k>: kill-line feature of bash, which means kill the line from the current cursor position to the end of the line. how to do this in vim command-line mode when editing the command?
for example:
when typing :echo 'hell|o world' this command in vim command line mode and the cursor is in | position, how to kill the line to become :echo 'hell?