From e8dc78751db2c146a46e766368fc6215f72ba61b Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Mon, 6 Apr 2009 23:12:21 -0500 Subject: [PATCH 1/2] woah, bad idea reverted --- zsh/bindkey | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh/bindkey b/zsh/bindkey index d2933d9..7edaea5 100755 --- a/zsh/bindkey +++ b/zsh/bindkey @@ -41,8 +41,6 @@ case $TERM in bindkey '\e[1~' beginning-of-line bindkey '\e[4~' end-of-line bindkey '\e[3~' delete-char - bindkey '\eOC' emacs-forward-word - bindkey '\eOD' emacs-backward-word ;; *rxvt*|Eterm|aterm) bindkey '\e[c' emacs-forward-word From d2bbabfde9d74ba40d0639c3b1af7cdc3c11f772 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Mon, 6 Apr 2009 23:14:29 -0500 Subject: [PATCH 2/2] fixed --- commonsh/10_alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commonsh/10_alias b/commonsh/10_alias index 3035b4e..628dbd6 100755 --- a/commonsh/10_alias +++ b/commonsh/10_alias @@ -9,7 +9,7 @@ for dircolors in gdircolors dircolors ; do done # gimmie an editor, make it a nice vi clone -for EDITOR in vim elvis vile nvi vi ; do +for EDITOR in vimx vim elvis vile nvi vi ; do ( command -v $EDITOR >/dev/null 2>&1 ) && break done export EDITOR