misc.zsh 165 Bytes
Newer Older
James Cox's avatar
James Cox committed
1
2
3
4
5
## smart urls
autoload -U url-quote-magic
zle -N self-insert url-quote-magic

## file rename magick
6
7
8
9
bindkey "^[m" copy-prev-shell-word

## jobs
setopt long_list_jobs