dot/inputrc: Wow, readline can do bracketd-paste.
[profile] / dot / inputrc
index 0f09c10..1a8e8e3 100644 (file)
@@ -9,6 +9,7 @@ set convert-meta off
 set bell-style none
 set bind-tty-special-chars off
 set blink-matching-paren on
+set enable-bracketed-paste on
 set colored-completion-prefix off
 set colored-stats on
 set enable-bracketed-paste on
@@ -21,6 +22,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