dot/inputrc: Delete redundant setting of `enable-bracketed-paste'.
[profile] / dot / inputrc
index 206ccf7..340f88e 100644 (file)
@@ -9,10 +9,10 @@ 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
+set show-all-if-ambiguous
 
 ## Missing bindings
 "\e\e[C": forward-word
@@ -26,7 +26,9 @@ set enable-bracketed-paste on
 "\C-u": kill-whole-line
 
 ## Better cursor motion.
+$if Bash
 "\e\C-b": shell-backward-word
 "\e\C-d": shell-kill-word
 "\e\C-f": shell-forward-word
 "\C-w": shell-backward-kill-word
+$endif