mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-02-04 01:02:15 +08:00
6 lines
134 B
Bash
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 |