From: Sergey Matveev Date: Mon, 6 Jul 2020 18:11:48 +0000 (+0300) Subject: url-quote-magic is VERY slow X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=24ffbdb7c8444e77a513878d515fc5c8c57df29b url-quote-magic is VERY slow --- diff --git a/zsh/.zshrc b/zsh/.zshrc index 5e5d3e9..ef56e68 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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)/-}"