diff options
-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 |