Browse Source

misc useful

James Cox 14 years ago
parent
commit
1f05826afb
1 changed files with 6 additions and 0 deletions
  1. 6 0
      misc.zsh

+ 6 - 0
misc.zsh

@@ -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