Browse Source

misc useful

master
James Cox 15 years ago
parent
commit
ed3b5693db
  1. 6
      misc.zsh

6
misc.zsh

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
## smart urls
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
## file rename magick
bindkey "^[m" copy-prev-shell-word
Loading…
Cancel
Save