浏览代码

misc useful

James Cox 15 年之前
父节点
当前提交
1f05826afb
共有 1 个文件被更改,包括 6 次插入0 次删除
  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