X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=blobdiff_plain;f=S10_zshopts;h=7da5e3fcb50880c6fe5feb77d5a3d3d7811cb722;hp=a8f79c3a5b66771a29fcc3b1eb9409950ab5e265;hb=HEAD;hpb=e9a4f5b5acbbdf54e168e1e628fd8e00def97217 diff --git a/S10_zshopts b/S10_zshopts index a8f79c3..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 @@ -21,6 +24,7 @@ typeset -ga chpwd_functions # use emacs bindings bindkey -e +bindkey '\e[1~' beginning-of-line [ -w $zsh_cache ] && HISTFILE=$zsh_cache/history