summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index c01414a..d603987 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -238,7 +238,7 @@ case $TERM in
bindkey "^[[8~" end-of-line
bindkey "^[[3~" delete-char
;;
- screen|linux)
+ screen*|linux)
bindkey "^[[1~" beginning-of-line
bindkey "^[[4~" end-of-line
bindkey "^[[3~" delete-char