Skip to content

Commit

Permalink
zshrc: url-quote-magic depends on bracketed-paste-magic since zsh 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Jun 3, 2020
1 parent 9615015 commit 83cc0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/zsh/zshrc
Expand Up @@ -1584,7 +1584,7 @@ zrcautoload zed
# else
# print 'Notice: no url-quote-magic available :('
# fi
alias url-quote='autoload -U url-quote-magic ; zle -N self-insert url-quote-magic'
alias url-quote='autoload -U url-quote-magic bracketed-paste-magic; zle -N self-insert url-quote-magic; zle -N bracketed-paste bracketed-paste-magic'

#m# k ESC-h Call \kbd{run-help} for the 1st word on the command line
alias run-help >&/dev/null && unalias run-help
Expand Down

0 comments on commit 83cc0c2

Please sign in to comment.