Browse code

misc useful

James Cox authored on 22/09/2009 at 23:45:15
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
0
+## smart urls
1
+autoload -U url-quote-magic
2
+zle -N self-insert url-quote-magic
3
+
4
+## file rename magick
5
+bindkey "^[m" copy-prev-shell-word
0 6
\ No newline at end of file