summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--40_KeyBindings.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/40_KeyBindings.zsh b/40_KeyBindings.zsh
index 0c0fa99..df166d7 100644
--- a/40_KeyBindings.zsh
+++ b/40_KeyBindings.zsh
@@ -25,8 +25,8 @@ bindkey "" backward-word # ESC left
bindkey "[3~" kill-region # ESC del
# Pratique pour rehasher rapidement
-bindkey -s "r" "rehash\n"
-bindkey -s "R" "rehash\n"
+bindkey -s "r" " rehash\n"
+bindkey -s "R" " rehash\n"
test $TERM = "rxvt" -o $TERM = "xterm" -o $TERM = "aterm" &&
{