mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
misc useful
This commit is contained in:
parent
556ee4198f
commit
1f05826afb
1 changed files with 6 additions and 0 deletions
6
misc.zsh
Normal file
6
misc.zsh
Normal file
|
@ -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
|
Loading…
Reference in a new issue