hi,
i know this is probably a silly question. But i googled and searched here, didn't get answer.
in Bash, when I was typing a command, i press Ctrl+u, all characters from the beginning of the line to the cursor are gonna be removed. However, in zsh, if I pressed ctrl+u, the whole line is gone.
How to do the same in Zsh?
Thank you.
Kent