about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.config/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
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"