From: Amand Tihon Date: Wed, 27 Jan 2016 16:23:55 +0000 (+0100) Subject: Disable pastes highlights in zle X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=commitdiff_plain;h=d38309810f2c05251de898c564424f447a742306 Disable pastes highlights in zle --- diff --git a/S10_zshopts b/S10_zshopts index b722e4c..7da5e3f 100644 --- a/S10_zshopts +++ b/S10_zshopts @@ -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