1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-09-20 01:36:15 +08:00
ohmyzsh/misc.zsh
2009-09-23 00:45:15 +01:00

6 lines
134 B
Bash

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