globalias fix #4834
This commit is contained in:
parent
57fcee0f1c
commit
798c38dd1a
11
plugins/globalias/globalias.plugin.zsh
Normal file
11
plugins/globalias/globalias.plugin.zsh
Normal file
@ -0,0 +1,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
|
Loading…
Reference in New Issue
Block a user