Open 9999years opened 2 months ago
In Fish and Bash, when I press Ctrl-U, it deletes the input line from the cursor position, not the entire line. If | is my cursor:
Ctrl-U
|
> a b c| > a b| c Press Ctrl-U > | c
But editline deletes the entire line:
editline
> a b c| > a b| c Press Ctrl-U > |
In Fish and Bash, when I press
Ctrl-U
, it deletes the input line from the cursor position, not the entire line. If|
is my cursor:But
editline
deletes the entire line: