summaryrefslogtreecommitdiffstats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index a70c794..a23bc14 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -66,13 +66,13 @@ globalias() {
zle _expand_alias
zle expand-word
fi
- zle self-insert
+ # zle self-insert
}
zle -N globalias
-bindkey -v " " globalias
-bindkey -v "^ " magic-space
+bindkey -v "^ " globalias
+bindkey -v " " magic-space
bindkey -M isearch " " magic-space
PROMPT="%B%{$fg[red]%}%M %{$fg[blue]%}%c%{$fg[red]%}%%%{$reset_color%} "