Begin moving to new XDG compliant directory structure

This commit is contained in:
Marty Oehme 2019-02-24 11:06:50 +01:00
parent 50c1b6cacb
commit 5e50aafcd0
23 changed files with 27 additions and 8 deletions

View file

@ -1,14 +0,0 @@
# Expand aliases inline - see http://blog.patshead.com/2012/11/automatically-expaning-zsh-global-aliases---simplified.html
globalias() {
if [[ $LBUFFER =~ ' [A-Z0-9]+$' ]]; then
zle _expand_alias
zle expand-word
fi
zle self-insert
}
zle -N globalias
bindkey " " globalias
bindkey "^ " magic-space # control-space to bypass completion
bindkey -M isearch " " magic-space # normal space during searches