Commit 798c38dd authored by slavaGanzin's avatar slavaGanzin
Browse files

globalias fix #4834

parent 57fcee0f
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment