]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
url-quote-magic is VERY slow
[dotfiles.git] / zsh / .zshrc
index 5e5d3e9dcddf8cb5f06570b936f3393a8f0dbe5b..ef56e6820fea2b010cb2bd77258d1f5fa1a296a3 100644 (file)
@@ -48,13 +48,6 @@ bindkey -M isearch "^[[A" history-incremental-pattern-search-backward
 bindkey -M isearch "^[[B" history-incremental-pattern-search-forward
 # }}}
 
-# URL quoting {{{
-autoload -U url-quote-magic
-autoload -U bracketed-paste-magic
-zle -N self-insert url-quote-magic
-zle -N bracketed-paste bracketed-paste-magic
-# }}}
-
 # Prompt {{{
 function zle-line-init zle-keymap-select {
     mode_vi="${${KEYMAP/vicmd/+}/(main|viins)/-}"