put everything in lib
This commit is contained in:
9
lib/misc.zsh
Normal file
9
lib/misc.zsh
Normal file
@@ -0,0 +1,9 @@
|
||||
## smart urls
|
||||
autoload -U url-quote-magic
|
||||
zle -N self-insert url-quote-magic
|
||||
|
||||
## file rename magick
|
||||
bindkey "^[m" copy-prev-shell-word
|
||||
|
||||
## jobs
|
||||
setopt long_list_jobs
|
Reference in New Issue
Block a user