summaryrefslogtreecommitdiffstats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-14 23:09:14 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-14 23:09:14 +0100
commit420cb10fec664aac3377bbad1688a5a66fdb265d (patch)
tree32fc0a166e6a77ae0699a1cb987f504d1c50c724 /.config/zsh/.zshrc
parentBug fixes (diff)
downloaddotfiles-bsd-420cb10fec664aac3377bbad1688a5a66fdb265d.tar.gz
dotfiles-bsd-420cb10fec664aac3377bbad1688a5a66fdb265d.tar.bz2
dotfiles-bsd-420cb10fec664aac3377bbad1688a5a66fdb265d.tar.xz
dotfiles-bsd-420cb10fec664aac3377bbad1688a5a66fdb265d.tar.zst
dotfiles-bsd-420cb10fec664aac3377bbad1688a5a66fdb265d.zip
update
Diffstat (limited to '')
-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%} "