diff options
Diffstat (limited to '')
-rw-r--r-- | .zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ esac # Key bindings {{{ ################################################# bindkey -e # use emacs style :) -case $TERM in (xterm*|aterm|rxvt) +case $TERM in (xterm*|aterm|rxvt|screen) bindkey "^[OH" beginning-of-line bindkey "^[OF" end-of-line bindkey "^[[3~" delete-char |