From 24ffbdb7c8444e77a513878d515fc5c8c57df29b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 6 Jul 2020 21:11:48 +0300 Subject: [PATCH] url-quote-magic is VERY slow --- zsh/.zshrc | 7 ------- 1 file changed, 7 deletions(-) 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)/-}" -- 2.44.0