X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/2d04b37bd8c51ce52f6db385968e2b13005a0b78..a7474429d09af284bbceaa980f47bb400fe8275a:/dot/inputrc diff --git a/dot/inputrc b/dot/inputrc index 0dadcbc..1a8e8e3 100644 --- a/dot/inputrc +++ b/dot/inputrc @@ -6,16 +6,23 @@ set output-meta on set convert-meta off ## Other twiddles. +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 ## Missing bindings "\e\e[C": forward-word "\e\e[D": backward-word +"\e ": "\e\\ " ## 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