This will fix the `CTRL-u` issue in ZSH: ```shell bindkey ^U backward-kill-line ``` Once configured this hot key combo deletes everything from current cursor position backward (to the left), without deleting anything to the right.
This will fix the
CTRL-uissue in ZSH:Once configured this hot key combo deletes everything from current cursor position backward (to the left), without deleting anything to the right.