]> git.alrj.org Git - zsh.d.git/commitdiff
Disable pastes highlights in zle
authorAmand Tihon <amand.tihon@alrj.org>
Wed, 27 Jan 2016 16:23:55 +0000 (17:23 +0100)
committerAmand Tihon <amand.tihon@alrj.org>
Wed, 27 Jan 2016 16:28:06 +0000 (17:28 +0100)
S10_zshopts

index b722e4cbe0b2d4568a1461136ba3420dcb36b446..7da5e3fcb50880c6fe5feb77d5a3d3d7811cb722 100644 (file)
@@ -13,6 +13,9 @@ autoload -U colors
 colors
 setopt prompt_subst
 
+# Don't highlight pasted text
+zle_highlight=(paste:none)
+
 autoload -U zargs
 
 typeset -ga preexec_functions