summaryrefslogtreecommitdiff
path: root/misc.zsh
blob: c368cff95a25544425c2f32c11cd6dc3f5ee3979 (plain)
1
2
3
4
5
6
## smart urls
autoload -U url-quote-magic
zle -N self-insert url-quote-magic

## file rename magick
bindkey "^[m" copy-prev-shell-word