Installed Oh-My-Zsh, slight polybar change (brightness)
This commit is contained in:
17
.oh-my-zsh/plugins/globalias/globalias.plugin.zsh
Normal file
17
.oh-my-zsh/plugins/globalias/globalias.plugin.zsh
Normal file
@@ -0,0 +1,17 @@
|
||||
globalias() {
|
||||
zle _expand_alias
|
||||
zle expand-word
|
||||
zle self-insert
|
||||
}
|
||||
zle -N globalias
|
||||
|
||||
# space expands all aliases, including global
|
||||
bindkey -M emacs " " globalias
|
||||
bindkey -M viins " " globalias
|
||||
|
||||
# control-space to make a normal space
|
||||
bindkey -M emacs "^ " magic-space
|
||||
bindkey -M viins "^ " magic-space
|
||||
|
||||
# normal space during searches
|
||||
bindkey -M isearch " " magic-space
|
Reference in New Issue
Block a user