chiark / gitweb /
dot/inputrc: Don't enable bracketed-paste when `$TERM' is `dumb'.
[profile] / dot / inputrc
index f3dcc25c80d50ccd10db75234be053414ade7a7c..716d57c512fc3a9eb0c44fa73015aa5e266e819f 100644 (file)
@@ -9,10 +9,12 @@ 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
+$if term=dumb
+$else
 set enable-bracketed-paste on
+$endif
 set show-all-if-ambiguous
 
 ## Missing bindings