globalias.plugin.zsh 311 Bytes
Newer Older
slavaGanzin's avatar
slavaGanzin committed
1
2
3
4
5
6
7
8
9
10
11
globalias() {
   zle _expand_alias
   zle expand-word
   zle self-insert
}
zle -N globalias
bindkey -e " " globalias
bindkey -v " " globalias
bindkey -e "^ " magic-space           # control-space to bypass completion
bindkey -v "^ " magic-space
bindkey -M isearch " " magic-space # normal space during searches