misc useful

This commit is contained in:
James Cox 2009-09-23 00:45:15 +01:00
parent ee31f463f2
commit ed3b5693db

6
misc.zsh Normal file
View file

@ -0,0 +1,6 @@
## smart urls
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
## file rename magick
bindkey "^[m" copy-prev-shell-word