chiark / gitweb /
dot/zshrc: Interpret `**' to cover files too, where sensible.
[profile] / dot / inputrc
index 0f09c10f8cb4a9077da41b2ae21281138d93ad63..1a8e8e3883507b8f930b64586eed8aebfb5695c0 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