diff --git a/keyboard b/keyboard index bdde2f1..87690f0 100644 --- a/keyboard +++ b/keyboard @@ -15,6 +15,8 @@ zle -N history-beginning-search-backward-end \ history-search-end zle -N history-beginning-search-forward-end \ history-search-end +zle -N bracketed-paste bracketed-paste-magic +zle -N self-insert url-quote-magic [[ -n "${key[Home]}" ]] && bindkey "${key[Home]}" beginning-of-line [[ -n "${key[End]}" ]] && bindkey "${key[End]}" end-of-line diff --git a/zshrc b/zshrc index 323d4b0..1ced751 100644 --- a/zshrc +++ b/zshrc @@ -14,6 +14,8 @@ autoload -U run-help autoload -U +X compinit autoload -U edit-command-line autoload -U add-zsh-hook +autoload -U url-quote-magic +autoload -U bracketed-paste-magic ## zmodload Modules zmodload zsh/complist