oh-my-zsh/lib/misc.zsh

10 lines
166 B
Bash
Raw Normal View History

2009-09-22 23:45:15 +00:00
## smart urls
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
## file rename magick
bindkey "^[m" copy-prev-shell-word
## jobs
setopt long_list_jobs