diff options
author | James Cox <james@imaj.es> | 2009-09-23 00:45:15 +0100 |
---|---|---|
committer | James Cox <james@imaj.es> | 2009-09-23 00:45:15 +0100 |
commit | 1f05826afb13f3caafce091e438294e7939c57cf (patch) | |
tree | c5a4ecf74c22f55b685926dcbff21a1af2fa6eee | |
parent | 556ee4198f26731c85bfdd40ee1a2edfee755cb5 (diff) | |
download | zsh-1f05826afb13f3caafce091e438294e7939c57cf.tar.gz zsh-1f05826afb13f3caafce091e438294e7939c57cf.tar.bz2 zsh-1f05826afb13f3caafce091e438294e7939c57cf.zip |
misc useful
-rw-r--r-- | misc.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc.zsh b/misc.zsh new file mode 100644 index 000000000..c368cff95 --- /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 |