From 6ebac428212a3a80ab5a5aae447e61492e7a1b53 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Tue, 16 Dec 2008 16:47:28 -0600 Subject: [PATCH] updated zshrc for screen on rxvt on mac --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 57b7dab..f80dc31 100644 --- a/zshrc +++ b/zshrc @@ -215,6 +215,8 @@ case $TERM in screen*) bindkey '\e[1~' beginning-of-line bindkey '\e[4~' end-of-line + bindkey '\eOc' emacs-forward-word + bindkey '\eOd' emacs-backward-word bindkey '\e[1;5C' emacs-forward-word bindkey '\e[1;5D' emacs-backward-word bindkey '\e[3~' delete-char