X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/0c7867d96b93a8d56ef4674a7f9cfa033ea675f6..48a9c9c1a60f4f5ebc71a5e5269b01109c9dcfa4:/dot/zshrc diff --git a/dot/zshrc b/dot/zshrc index 3466d6c..e02aaa7 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -3,7 +3,6 @@ ### Zsh session things. __mdw_shell=zsh -case ${INSIDE_EMACS+t},$TERM in t,dumb) unsetopt zle ;; esac ###-------------------------------------------------------------------------- ### History settings. @@ -63,7 +62,8 @@ fi ###-------------------------------------------------------------------------- ### Line editing. -case $TERM in dumb) unsetopt zle ;; esac +case ${INSIDE_EMACS+t},$TERM in t,dumb) unsetopt zle ;; esac +case $TERM in dumb) unset zle_bracketed_paste ;; esac bindkey -e @@ -181,6 +181,7 @@ unsetopt ksh_glob setopt list_ambiguous setopt list_packed setopt multios +setopt magic_equal_subst unsetopt nomatch unsetopt menu_complete setopt notify