1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
ohmyzsh/plugins/globalias/globalias.plugin.zsh

12 lines
311 B
Bash
Raw Normal View History

2016-09-27 12:18:23 +00:00
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