This commit is contained in:
GitHub Merge Button 2011-12-14 22:10:19 -08:00
commit 558d7806cd

View file

@ -1,6 +1,7 @@
## smart urls
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
if [ -f "/usr/share/zsh/functions/Zle/url-quote-magic" ] ; then
autoload -U url-quote-magic && zle -N self-insert url-quote-magic
fi
## file rename magick
bindkey "^[m" copy-prev-shell-word