diff options
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r-- | .config/zsh/.zshrc | 6 |
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%} " |