mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix comment
This commit is contained in:
parent
75f87dd24e
commit
6eaa868cd9
@ -5,7 +5,7 @@ globalias() {
|
||||
}
|
||||
zle -N globalias
|
||||
|
||||
# space expands all global aliases
|
||||
# space expands all aliases, including global
|
||||
bindkey -M emacs " " globalias
|
||||
bindkey -M viins " " globalias
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user