From ed3b5693db45c2404ed53d799ef3d63bf08eb921 Mon Sep 17 00:00:00 2001 From: James Cox Date: Wed, 23 Sep 2009 00:45:15 +0100 Subject: [PATCH] misc useful --- misc.zsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 misc.zsh diff --git a/misc.zsh b/misc.zsh new file mode 100644 index 0000000..c368cff --- /dev/null +++ b/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 \ No newline at end of file