From: Mark Wooding Date: Sun, 13 Aug 2017 13:49:19 +0000 (+0100) Subject: dot/inputrc: Make C-u delete the whole line. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/859a1658664cbc854b9210daf6311244e5c763d8?ds=sidebyside dot/inputrc: Make C-u delete the whole line. Not just the portion between the start of the line and point. And there was much rejoicing. --- diff --git a/dot/inputrc b/dot/inputrc index 0f09c10..95fad6c 100644 --- a/dot/inputrc +++ b/dot/inputrc @@ -21,6 +21,7 @@ set enable-bracketed-paste on ## Because the default bindings are just too weird. "\en": history-search-forward "\ep": history-search-backward +"\C-u": kill-whole-line ## Better cursor motion. "\e\C-b": shell-backward-word