diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 6e76594..4b65880 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -10,6 +10,7 @@ autoload -U down-line-or-beginning-search bindkey "${terminfo[kcuu1]}" up-line-or-beginning-search bindkey "${terminfo[kcud1]}" down-line-or-beginning-search +bindkey ' ' magic-space source "$ZDOTDIR/aliases.zsh"