Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
798c38dd
Commit
798c38dd
authored
Sep 27, 2016
by
slavaGanzin
Browse files
globalias fix #4834
parent
57fcee0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/globalias/globalias.plugin.zsh
0 → 100644
View file @
798c38dd
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment